2
0
Fork 0

lower z-index on the notification panel footer to avoid issues with the filter config

This commit is contained in:
notfire 2025-01-17 16:26:53 -05:00
commit e3b03940d3
No known key found for this signature in database
GPG key ID: 3AFDACAAB4E56B16

View file

@ -18,7 +18,7 @@
bottom: 0;
left: 0;
right: 0;
z-index: 5;
z-index: 0;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
box-shadow: var(--panelShadow);
pointer-events: none;
@ -60,7 +60,7 @@
padding: 0.6em;
height: var(--__panel-heading-height);
line-height: var(--__panel-heading-height-inner);
z-index: 4;
z-index: 0;
&.-flexible-height {
--__panel-heading-height: auto;