From 57ace388b2716e08fbf55f6fd3a96ed0694cad0d Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 9 Sep 2025 15:43:09 -0500 Subject: [PATCH] `z-index` doesn't work if it's statically positioned This caused the filter to get hidden behind the column when dragging and dropping --- app/assets/stylesheets/filters.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/filters.css b/app/assets/stylesheets/filters.css index da68a576c..737fed57c 100644 --- a/app/assets/stylesheets/filters.css +++ b/app/assets/stylesheets/filters.css @@ -1,5 +1,6 @@ @layer components { .filters { + position: relative; view-transition-name: "filters"; z-index: var(--z-popup);