From 076bde20b15ada67fbb774772058dded1bd3712f Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sun, 18 May 2025 00:48:19 +0000 Subject: [PATCH] -- --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 38db2b0..000e00b 100644 --- a/static/style.css +++ b/static/style.css @@ -19,8 +19,6 @@ textarea { } #top { - top: 0; - position: sticky; } #title { @@ -32,6 +30,7 @@ textarea { border-bottom-style: solid; border-width: 1px; width: 50vw; + position: sticky; } #foot { -- 2.39.5