prevent highlighting of text in view cube for click and drag actions

This commit is contained in:
Mike Molinari 2022-11-14 01:16:22 +00:00
parent 4a87211b7f
commit 793fcee1d5

View file

@ -19,6 +19,8 @@
z-index: 100000;
width: fit-content;
transform: scale(0.5);
cursor: pointer;
user-select: none;
/* transition: transform 1s; */
}