We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89074ed commit 8e9abdaCopy full SHA for 8e9abda
src/app/components/Navigation.tsx
@@ -7,7 +7,7 @@ import { HiExternalLink } from 'react-icons/hi';
7
8
export default function Navigation() {
9
return (
10
- <div className="fixed bottom-0 left-0 right-0 bg-white border-t">
+ <div className="fixed bottom-0 left-0 right-0 bg-white border-t z-50">
11
<div className="mx-auto max-w-container px-4 py-4">
12
<div className="flex justify-between items-center">
13
<div className="flex gap-2 overflow-x-auto pb-2 -mb-2 scrollbar-hide">
0 commit comments