fix: keep footer below dialogs

This commit is contained in:
Aarnav Tale
2026-03-26 12:57:45 -04:00
parent 30bbcbab2a
commit 61ca6693c4
+1 -1
View File
@@ -15,7 +15,7 @@ export default function Footer({ isDebug, baseUrl }: FooterProps) {
return (
<footer
className={cn(
"fixed w-full bottom-0 left-0 z-50",
"fixed w-full bottom-0 left-0 z-20",
"bg-mist-50 dark:bg-mist-950",
"dark:border-t dark:border-mist-800",
)}