fix: overlay z-index

This commit is contained in:
Alejandro Gomez 2023-07-03 16:30:09 +02:00
parent 01fa3da793
commit a023ba93bf
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -161,9 +161,11 @@ button span.hide-on-mobile {
background-color: rgba(0, 0, 0, 0.8);
position: fixed;
inset: 0;
z-index: 1;
}
.dialog-content {
z-index: 2;
background-color: #171717;
border-radius: 6px;
position: fixed;