From 44d68d79cc787e871f5d9cf3de6fdff9213e2075 Mon Sep 17 00:00:00 2001 From: adrien Date: Tue, 6 Jan 2026 02:16:56 +0100 Subject: [PATCH] grab cursor on all sceneDiv --- css/stereo.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/stereo.css b/css/stereo.css index 0cea8b6..de101fe 100644 --- a/css/stereo.css +++ b/css/stereo.css @@ -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 * {