fix: dialog z-index

closes Kieran/stream#113
This commit is contained in:
Kieran 2023-12-11 11:47:21 +00:00
parent a23177393d
commit dcd9b5e8c8
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

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