fix scrollbars

This commit is contained in:
RaffaelW 2025-04-25 17:17:12 +02:00
parent 7f8040df61
commit b356b00484

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;