From 0112e3b83f0bec1d36f2a403d8785e45727e01b8 Mon Sep 17 00:00:00 2001 From: Benjamin Wiegand Date: Thu, 12 Sep 2024 17:06:23 -0700 Subject: [PATCH] prevent duck from appearing on top of image viewer before activation --- www/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/style.css b/www/style.css index 6f9fef4..3affe99 100644 --- a/www/style.css +++ b/www/style.css @@ -294,7 +294,7 @@ body:has(.project-image > input:checked) { } #cursor-thing { - position: relative; + position: static; cursor: pointer; width: 50px; height: 50px;