From 37a3ff4627dbe002c59fe11073c8bf91fc0e5880 Mon Sep 17 00:00:00 2001 From: hin6150 Date: Wed, 24 Jul 2024 19:19:02 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B0=94=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/Sidebar/Sidebar.css.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/web/src/components/Sidebar/Sidebar.css.ts b/apps/web/src/components/Sidebar/Sidebar.css.ts index 2da183b..26e8bba 100644 --- a/apps/web/src/components/Sidebar/Sidebar.css.ts +++ b/apps/web/src/components/Sidebar/Sidebar.css.ts @@ -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({ @@ -33,5 +34,6 @@ export const sideBarWorkspace = style({ }) export const sideBarWorkspaceInner = style({ + width: '100%', overflowY: 'auto', })