From abc7ad89edb8792b51f6631cb43257457ad29812 Mon Sep 17 00:00:00 2001 From: Plut0r Date: Thu, 4 Jan 2024 09:21:46 +0100 Subject: [PATCH] fix: increased z-index for mobile settings navbar --- components/Settings/Select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Settings/Select.tsx b/components/Settings/Select.tsx index e9f5acf..d1b68c7 100644 --- a/components/Settings/Select.tsx +++ b/components/Settings/Select.tsx @@ -22,7 +22,7 @@ function Select({ options, color, type = 'normal', selected, setSelected, handle - + {options.map((option, personIdx) => (