diff --git a/frontend/www/css/modals.css b/frontend/www/css/modals.css index 69e98ac..af610d7 100644 --- a/frontend/www/css/modals.css +++ b/frontend/www/css/modals.css @@ -20,16 +20,10 @@ .modal { position: relative; - padding: 20px; background-color: #111; border: 1px solid #ffffff1A; - display: flex; - flex-direction: row; - /* justify-content: center; */ - gap: 20px; - border-radius: 20px; font-size: 1rem; @@ -42,8 +36,21 @@ -webkit-user-select: none; user-select: none; +} + +.modal-inside-wrapper { + width: 100%; + height: auto; + + padding: 20px; + + display: flex; + flex-direction: row; + /* justify-content: center; */ + gap: 20px; max-height: 80vh; + overflow-y: auto; } @@ -245,7 +252,8 @@ form label:not([aria-required]) { } .modal, - .modal-overlay { + .modal-overlay, + .modal-inside-wrapper { flex-direction: column; align-items: center; diff --git a/frontend/www/html/index.html b/frontend/www/html/index.html index 7777664..9a253e3 100644 --- a/frontend/www/html/index.html +++ b/frontend/www/html/index.html @@ -23,25 +23,27 @@
X
-X
+