From 178fa2f22c603e655e2a2ebc03580d63bcfc3b2a Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 25 Jun 2026 16:22:49 -0500 Subject: [PATCH] fix border bug --- src/webpage/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webpage/style.css b/src/webpage/style.css index 64bcdef..6d44243 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1579,6 +1579,7 @@ textarea { padding: 0.05in; border-radius: 0.04in; white-space: preserve-breaks; + outline: none; } #gimmefile { position: absolute;