From fcdc7f4cfabe66685f1e4ac914f1630fe175fab1 Mon Sep 17 00:00:00 2001 From: tinuola Date: Tue, 7 Jan 2025 12:37:01 -0800 Subject: [PATCH] fix: add z-index to dropdown button --- src/styles/default/_button-dropdown.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/default/_button-dropdown.scss b/src/styles/default/_button-dropdown.scss index e2653773f..2f73dbda3 100644 --- a/src/styles/default/_button-dropdown.scss +++ b/src/styles/default/_button-dropdown.scss @@ -1,4 +1,7 @@ .button-dropdown { + position: relative; + z-index: 100; + .button-svg { position: relative; top: 1px;