fix: dialog z-index

closes Kieran/stream#113
This commit is contained in:
2023-12-11 11:47:21 +00:00
parent a23177393d
commit dcd9b5e8c8

View File

@ -234,7 +234,7 @@ div.paper {
background-color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.8);
position: fixed; position: fixed;
inset: 0; inset: 0;
z-index: 1; z-index: 99;
} }
.dialog-content { .dialog-content {
@ -252,6 +252,7 @@ div.paper {
max-width: 550px; max-width: 550px;
max-height: 85vh; max-height: 85vh;
overflow-y: auto; overflow-y: auto;
z-index: 100;
} }
.dialog-content .header-image { .dialog-content .header-image {