grab cursor on all sceneDiv
This commit is contained in:
@@ -19,6 +19,11 @@ body {
|
||||
|
||||
#sceneDiv {
|
||||
perspective: 500px;
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
#sceneDiv:active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
#sceneDiv * {
|
||||
@@ -28,11 +33,6 @@ body {
|
||||
#screenRow {
|
||||
display: block;
|
||||
transform: translateZ(var(--tZ)) rotateX(var(--rX)) rotateY(var(--rY));
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
#screenRow:active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
#screenRow * {
|
||||
|
||||
Reference in New Issue
Block a user