From 51902f5307853294fb4f82860437bf8a7c4aff84 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Tue, 15 Apr 2025 10:03:51 -0500 Subject: [PATCH] fix search bug --- src/webpage/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webpage/style.css b/src/webpage/style.css index 3941d9e..c305e21 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -2772,6 +2772,8 @@ fieldset input[type="radio"] { padding: 0.05in; border: solid 0.03in var(--black); border-radius: 0.05in; + z-index: 3; + span { margin-top: 0.1in; width: 100%;