From 4281bf173508404acd74e6c460cfe83429c67401 Mon Sep 17 00:00:00 2001 From: adrien Date: Mon, 21 Apr 2025 05:03:50 +0200 Subject: [PATCH] grab --- css/binaural.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/binaural.css b/css/binaural.css index fe88d82..7e8ed07 100644 --- a/css/binaural.css +++ b/css/binaural.css @@ -28,6 +28,11 @@ body { #screenRow { display: block; transform: translateZ(var(--tZ)) rotateX(var(--rX)) rotateY(var(--rY)); + cursor: grab; +} + +#screenRow:active { + cursor: grabbing; } #screenRow * {