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; }