From fdf568b124b94d9aa6d2106540248228b1cc184b Mon Sep 17 00:00:00 2001 From: sageTheDM Date: Thu, 26 Sep 2024 10:21:53 +0200 Subject: [PATCH] Fixed the header problem --- app/styles/history.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/history.css b/app/styles/history.css index 83e5271..7bc9bcd 100644 --- a/app/styles/history.css +++ b/app/styles/history.css @@ -1,7 +1,7 @@ .history-background { grid-column: 1/2; grid-row: 1/2; - height: 45vh; + height: 40vh; overflow: hidden; background-color: var(--history-background-color); padding: 1em;