From 9e67eee29436c831dbd958cd7b550f6f1631df20 Mon Sep 17 00:00:00 2001 From: Dustin Healy <54083382+dustinhealy@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:14:02 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9B=B0=EF=B8=8F=20fix:=20Higher=20Z-Index=20?= =?UTF-8?q?Popovers=20(#10861)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/client/src/components/Dropdown.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/client/src/components/Dropdown.css b/packages/client/src/components/Dropdown.css index e529af953f..6bb50aebb2 100644 --- a/packages/client/src/components/Dropdown.css +++ b/packages/client/src/components/Dropdown.css @@ -23,6 +23,7 @@ translate: 0 -0.5rem; margin-top: 4px; margin-right: -2px; + z-index: 100; } .popover-animate {