[UI] Make sure that a `Modal` never overflows its parent.

This commit is contained in:
Fabio Manganiello 2023-11-03 21:56:31 +01:00
parent 4c5366849d
commit 170e37945e
1 changed files with 2 additions and 0 deletions

View File

@ -180,6 +180,8 @@ $icon-margin: 0.5em;
.modal { .modal {
display: flex; display: flex;
max-width: 100%;
justify-content: center;
.content { .content {
--width: auto; --width: auto;