From d5602a09cd8222a12e1b82950ef22252f0e6e04d Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Thu, 7 Nov 2024 01:14:23 -0500 Subject: [PATCH] minor fix --- components/InputSelect/styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/InputSelect/styles.ts b/components/InputSelect/styles.ts index f05f4a5..6018a51 100644 --- a/components/InputSelect/styles.ts +++ b/components/InputSelect/styles.ts @@ -31,6 +31,7 @@ export const styles: StylesConfig = { height: "full", borderRadius: "0.375rem", lineHeight: "1.25rem", + zIndex: 10, // "@media screen and (min-width: 1024px)": { // fontSize: "0.875rem", // },