Merge pull request #89 from HendrikRauh/fix-scrollbars

fix scrollbars
This commit is contained in:
Raffael Wolf 2025-04-26 20:35:04 +02:00 committed by GitHub
commit 35af8fca08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ main {
padding: 8px max(5%, 8px); padding: 8px max(5%, 8px);
margin: 0 auto; margin: 0 auto;
height: 100vh; height: 100vh;
overflow: scroll; overflow: auto;
} }
h1 { h1 {
@ -156,7 +156,7 @@ dialog {
width: 80%; width: 80%;
max-width: 500px; max-width: 500px;
max-height: 80%; max-height: 80%;
overflow: scroll; overflow: auto;
background-color: var(--color-background); background-color: var(--color-background);
color: white; color: white;
border: none; border: none;