use grab cursor when panning image

This commit is contained in:
Benjamin Wiegand 2024-09-08 14:33:16 -07:00
parent 00079a7cb7
commit 8c30b472d1

View File

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