From df2ec49ed3367edafa4c65219d356cc0805556cf Mon Sep 17 00:00:00 2001
From: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Mon, 20 Oct 2025 15:41:55 -0600
Subject: [PATCH] fix z index issues
---
src/components/form/Dropdown.tsx | 4 ++--
src/pages/Settings.tsx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/form/Dropdown.tsx b/src/components/form/Dropdown.tsx
index b18e4062..8c43149c 100644
--- a/src/components/form/Dropdown.tsx
+++ b/src/components/form/Dropdown.tsx
@@ -33,7 +33,7 @@ export function Dropdown(props: DropdownProps) {
{customButton ? (
{customButton}
) : (
-
+
{props.selectedItem.leftIcon
? props.selectedItem.leftIcon
@@ -51,7 +51,7 @@ export function Dropdown(props: DropdownProps) {
diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx
index 3a85c096..af65bdab 100644
--- a/src/pages/Settings.tsx
+++ b/src/pages/Settings.tsx
@@ -79,7 +79,7 @@ function SettingsLayout(props: {
{/* Floating Search Bar - starts in sticky state */}