Skip to content

Commit

Permalink
fix: 홈 네비 z-index 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJeongHooo committed Sep 9, 2024
1 parent 45f2304 commit 71a884f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const Tab = ({ tabList, children }: PropsWithChildren<TabProps>) => {
<ul
css={{
display: 'flex',
zIndex: 10,
alignItems: 'center',
maxWidth: '600px',
position: 'fixed',
Expand Down

0 comments on commit 71a884f

Please sign in to comment.