From 7cf765121c93a749855a0e3bdcd72e2b184b69c2 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Thu, 5 Dec 2024 14:36:04 +1100 Subject: [PATCH] fix(style): z-index of panels increased --- src/css/injected.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/injected.scss b/src/css/injected.scss index 03b0923c..bdb4b88a 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -1933,6 +1933,7 @@ div.bar.flat { transition: background-color 0.5s ease-in-out; background-color: rgba(0, 0, 0, 0); transition-duration: 500ms !important; + z-index: 22 !important; } .uiSlidePane.shown > .pane { transform: translatey(0%) !important;