Skip to content

Commit a21c161

Browse files
committed
patch: adjust z index of navbar to be higher than swiper
1 parent 868efb7 commit a21c161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import NavbarContent from "./NavbarContent.tsx";
44
export default function Header() {
55

66
return (
7-
<div className="sticky top-0 bg-white w-screen">
7+
<div className="sticky top-0 bg-white w-screen z-50">
88
<nav className="absolute w-screen bg-white border-b-2 border-gray-200">
99
<NavbarContent/>
1010
<NavbarContentMobile/>

0 commit comments

Comments
 (0)