Skip to content

Commit

Permalink
fix: 내비바 z-index 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
whitedev7773 committed Nov 6, 2024
1 parent 5d44d67 commit ac21d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/layouts/DashboardLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ const Layout = styled.div.attrs({
display: flex;
z-index: 1000;
& > #dashboard-nav {
height: calc(100vh - 80px);
}
Expand Down
2 changes: 2 additions & 0 deletions src/components/navigation/Navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ const menu_style = {
};

const MenuWrapper = styled.div`
z-index: 100;
display: flex;
justify-content: space-between;
align-items: center;
Expand Down

0 comments on commit ac21d20

Please sign in to comment.