From e49cd26ad85e13066bc7ada2f4cf4235f392f3ec Mon Sep 17 00:00:00 2001 From: Mathium05 Date: Sat, 22 Aug 2026 13:53:11 -0500 Subject: [PATCH] fix z-index issue --- src/webpage/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webpage/style.css b/src/webpage/style.css index 8980eee..b911da2 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -5051,6 +5051,7 @@ fieldset input[type="radio"] { height: 5in; background: var(--secondary-bg); border-radius: 8px; + z-index: 4; } .gifPreviewBox { position: relative;