prevent duck from appearing on top of image viewer before activation

This commit is contained in:
Benjamin Wiegand 2024-09-12 17:06:23 -07:00
parent 049affae6a
commit 0112e3b83f

View File

@ -294,7 +294,7 @@ body:has(.project-image > input:checked) {
} }
#cursor-thing { #cursor-thing {
position: relative; position: static;
cursor: pointer; cursor: pointer;
width: 50px; width: 50px;
height: 50px; height: 50px;