Skip to content

Commit

Permalink
ui: increase modal max-height
Browse files Browse the repository at this point in the history
  • Loading branch information
Neet-Nestor committed Nov 10, 2024
1 parent 294fd73 commit 7f701b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/ui-lib.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
}

.modal-content {
max-height: 40vh;
max-height: 50vh;
padding: var(--modal-padding);
overflow: auto;
}
Expand Down

0 comments on commit 7f701b2

Please sign in to comment.