Skip to content

Commit 8e9abda

Browse files
committed
fix: nav z-index
1 parent 89074ed commit 8e9abda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { HiExternalLink } from 'react-icons/hi';
77

88
export default function Navigation() {
99
return (
10-
<div className="fixed bottom-0 left-0 right-0 bg-white border-t">
10+
<div className="fixed bottom-0 left-0 right-0 bg-white border-t z-50">
1111
<div className="mx-auto max-w-container px-4 py-4">
1212
<div className="flex justify-between items-center">
1313
<div className="flex gap-2 overflow-x-auto pb-2 -mb-2 scrollbar-hide">

0 commit comments

Comments
 (0)