diff --git a/app/static/index.html b/app/static/index.html index 55f6eb0..fd62c21 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -506,11 +506,15 @@ height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1000; - display: flex; + display: none; align-items: center; justify-content: center; } + .modal.show { + display: flex; + } + .modal-content { background: white; border-radius: 8px; @@ -774,7 +778,7 @@
-