From dcd9b5e8c85c087932306c200c48aeb5f750a1f1 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 11 Dec 2023 11:47:21 +0000 Subject: [PATCH] fix: dialog z-index closes https://git.v0l.io/Kieran/stream/issues/113 --- src/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index c538ea4..2016111 100644 --- a/src/index.css +++ b/src/index.css @@ -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 {