From f355c52563fdd1188fcbf5e91b6878d742c88cac Mon Sep 17 00:00:00 2001 From: ernolf Date: Sat, 26 Oct 2024 10:19:09 +0200 Subject: [PATCH] fix(ui): adjust height of main to fit in container Signed-off-by: ernolf --- php/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/public/style.css b/php/public/style.css index 36a37dab6b8..5b26a1dff45 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -294,7 +294,7 @@ main { padding-right: 50px; background-color: transparent; /* transparent, since color comes from outer container */ color: var(--color-main-text); - max-height: calc(100dvh - 44px); + max-height: calc(100dvh - 54px); overflow-y: auto; box-sizing: border-box; word-break: break-word;