z-index doesn't work if it's statically positioned
This caused the filter to get hidden behind the column when dragging and dropping
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@layer components {
|
||||
.filters {
|
||||
position: relative;
|
||||
view-transition-name: "filters";
|
||||
z-index: var(--z-popup);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user