/* MeshTransformButton.scss */ .meshTransformBtnContainer { position: relative; width: 100%; height: 100%; } .grid-line { position: absolute; background-color: rgba(255, 255, 255, 0.6); } .control-point { position: absolute; width: 12px; height: 12px; background-color: rgba(255, 255, 255, 1); border-radius: 50%; cursor: pointer; z-index: 10; }