From 8c30b472d1d672d53b945c919bf4841f1f6c88a1 Mon Sep 17 00:00:00 2001 From: Benjamin Wiegand Date: Sun, 8 Sep 2024 14:33:16 -0700 Subject: [PATCH] use grab cursor when panning image --- www/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/style.css b/www/style.css index a22feb9..8909d35 100644 --- a/www/style.css +++ b/www/style.css @@ -252,6 +252,10 @@ input:checked + .lazy-image { scroll-snap-align: center; } +input:checked + .lazy-image:active { + cursor: grabbing; +} + body:has(.project-image > input:checked) { overflow: hidden; }