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:
Jason Zimdars
2025-09-09 15:43:09 -05:00
parent af3a0e0788
commit 57ace388b2
+1
View File
@@ -1,5 +1,6 @@
@layer components {
.filters {
position: relative;
view-transition-name: "filters";
z-index: var(--z-popup);