Skip to content

Commit

Permalink
Modals should scroll if taller than page
Browse files Browse the repository at this point in the history
  • Loading branch information
bnabholz committed Mar 28, 2023
1 parent 9bcf7dd commit c033705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/modals/ModalBase.svelte
Expand Up @@ -89,6 +89,7 @@
max-height: 100%;
padding: 1em;
margin: 0.5em;
overflow-y: scroll;
background: var(--background);
box-shadow: 0 0 20px var(--overlay-wrapper-background);
}
Expand Down

0 comments on commit c033705

Please sign in to comment.