lower z-index on the notification panel footer to avoid issues with the filter config
This commit is contained in:
parent
d98c9c9657
commit
e3b03940d3
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue