Skip to content

Commit 0c65367

Browse files
committed
#29 fix: navbar z-index modal이랑 안겹치게 수정
1 parent 64c3328 commit 0c65367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const NavBar = () => {
2020
<>
2121
<div className="w-full min-h-[4rem]" />
2222
<div
23-
className="flex flex-basis h-[4rem] w-full fixed inset-x-0 bottom-0 z-10"
23+
className="flex flex-basis h-[4rem] w-full fixed inset-x-0 bottom-0 z-9"
2424
style={{
2525
borderTop: "0.5px solid rgba(112, 115, 124, 0.16)",
2626
backgroundColor: "#ffffff",

0 commit comments

Comments
 (0)