From 8da2468e8df3a10fd2de802bc049bb230cf6b2dc Mon Sep 17 00:00:00 2001 From: Michael Kuperfish Steinberg <36902556+Michael-K-Stein@users.noreply.github.com> Date: Fri, 20 Jan 2023 16:14:34 +0200 Subject: [PATCH] Fix overlapping css --- static/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/base.css b/static/css/base.css index 48500d7..b874197 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -48,7 +48,7 @@ body { border-radius: 1vw; text-align: left; padding: 10px; - max-height: 50vh; + max-height: 40vh; width: calc(100% - 10px); overflow-x: hidden; overflow-y: scroll;