From 493f73c8d254c289c5fbb576cb5e234f99e03d26 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Thu, 28 Jul 2022 01:20:29 +0100 Subject: [PATCH] . --- base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base.css b/base.css index 434ebd1..459d6de 100644 --- a/base.css +++ b/base.css @@ -117,8 +117,9 @@ main{ box-sizing: content-box; position: fixed; top: 85px; + max-height: 100%; width: auto; - height: 24px; + height: auto; padding: 4px; text-align: center; border-style: solid;