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;