From b356b00484927669e9b96753eae6b11d6e1fea6f Mon Sep 17 00:00:00 2001 From: RaffaelW <146560011+RaffaelW@users.noreply.github.com> Date: Fri, 25 Apr 2025 17:17:12 +0200 Subject: [PATCH] fix scrollbars --- data/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/style.css b/data/style.css index 365f982..5466e6b 100644 --- a/data/style.css +++ b/data/style.css @@ -22,7 +22,7 @@ main { padding: 8px max(5%, 8px); margin: 0 auto; height: 100vh; - overflow: scroll; + overflow: auto; } h1 { @@ -156,7 +156,7 @@ dialog { width: 80%; max-width: 500px; max-height: 80%; - overflow: scroll; + overflow: auto; background-color: var(--color-background); color: white; border: none;