diff --git a/web/src/components/MobileHeader.tsx b/web/src/components/MobileHeader.tsx index 4b6c7f28..c521f283 100644 --- a/web/src/components/MobileHeader.tsx +++ b/web/src/components/MobileHeader.tsx @@ -28,7 +28,7 @@ const MobileHeader = (props: Props) => { }, [filter, shortcuts]); return ( -
+
.expand-btn-container { - @apply w-full relative flex flex-row justify-start items-center; - + @apply w-full relative flex flex-row justify-start items-center z-1; > .btn { @apply flex flex-row justify-start items-center pl-2 pr-1 py-1 my-2 text-xs rounded-lg border bg-gray-100 dark:bg-zinc-600 border-gray-200 dark:border-zinc-600 shadow hover:opacity-90 cursor-pointer; diff --git a/web/tailwind.config.js b/web/tailwind.config.js index 50fe8281..f52061c6 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -24,6 +24,7 @@ module.exports = { }, zIndex: { 1: "1", + 2: "2", 20: "20", 100: "100", 1000: "1000",