fix(style): z-index of panels increased

This commit is contained in:
SethBurkart123
2024-12-05 14:36:04 +11:00
parent 4e393f14bb
commit 7cf765121c
+1
View File
@@ -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;