grab cursor on all sceneDiv

This commit is contained in:
2026-01-06 02:16:56 +01:00
parent 52a7f37eb0
commit 44d68d79cc

View File

@@ -19,6 +19,11 @@ body {
#sceneDiv { #sceneDiv {
perspective: 500px; perspective: 500px;
cursor: grab;
}
#sceneDiv:active {
cursor: grabbing;
} }
#sceneDiv * { #sceneDiv * {
@@ -28,11 +33,6 @@ body {
#screenRow { #screenRow {
display: block; display: block;
transform: translateZ(var(--tZ)) rotateX(var(--rX)) rotateY(var(--rY)); transform: translateZ(var(--tZ)) rotateX(var(--rX)) rotateY(var(--rY));
cursor: grab;
}
#screenRow:active {
cursor: grabbing;
} }
#screenRow * { #screenRow * {