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 {
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 * {