Forcibly remove backdrop-filter from panel-list
This commit is contained in:
parent
d12d42a399
commit
0ec813a615
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
display: block !important;
|
||||
padding: 0 !important;
|
||||
margin: 0px calc(0px - var(--card-padding)) !important;
|
||||
backdrop-filter: none !important; /* Having a backdrop-filter leads to some unexpected layering issues */
|
||||
}
|
||||
|
||||
.arrow,
|
||||
|
|
Loading…
Reference in a new issue