use grab cursor when panning image
This commit is contained in:
parent
00079a7cb7
commit
8c30b472d1
@ -252,6 +252,10 @@ input:checked + .lazy-image {
|
|||||||
scroll-snap-align: center;
|
scroll-snap-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:checked + .lazy-image:active {
|
||||||
|
cursor: grabbing;
|
||||||
|
}
|
||||||
|
|
||||||
body:has(.project-image > input:checked) {
|
body:has(.project-image > input:checked) {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user