mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
prevent highlighting of text in view cube for click and drag actions
This commit is contained in:
parent
4a87211b7f
commit
793fcee1d5
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@
|
||||||
z-index: 100000;
|
z-index: 100000;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
transform: scale(0.5);
|
transform: scale(0.5);
|
||||||
|
cursor: pointer;
|
||||||
|
user-select: none;
|
||||||
/* transition: transform 1s; */
|
/* transition: transform 1s; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue