Skip to content

Commit

Permalink
feat: 사이드바 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hin6150 committed Jul 24, 2024
1 parent 9800e0e commit 37a3ff4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/src/components/Sidebar/Sidebar.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const sideBar = style({
height: `calc(100dvh - ${HEADER_HEIGHT}px)`,

borderRight: `1px solid ${vars.colors['semantic-line-normal']}`,
zIndex: 10,
})

export const sideBarWorkspace = style({
Expand All @@ -33,5 +34,6 @@ export const sideBarWorkspace = style({
})

export const sideBarWorkspaceInner = style({
width: '100%',
overflowY: 'auto',
})

0 comments on commit 37a3ff4

Please sign in to comment.