We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868efb7 commit a21c161Copy full SHA for a21c161
1 file changed
src/components/header/Header.tsx
@@ -4,7 +4,7 @@ import NavbarContent from "./NavbarContent.tsx";
4
export default function Header() {
5
6
return (
7
- <div className="sticky top-0 bg-white w-screen">
+ <div className="sticky top-0 bg-white w-screen z-50">
8
<nav className="absolute w-screen bg-white border-b-2 border-gray-200">
9
<NavbarContent/>
10
<NavbarContentMobile/>
0 commit comments