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