diff --git a/frontend/src/pages/AdminPage/components/SideBar/SideBar.styles.ts b/frontend/src/pages/AdminPage/components/SideBar/SideBar.styles.ts index 2f2ecdf96..472c4e056 100644 --- a/frontend/src/pages/AdminPage/components/SideBar/SideBar.styles.ts +++ b/frontend/src/pages/AdminPage/components/SideBar/SideBar.styles.ts @@ -8,6 +8,9 @@ export const SidebarWrapper = styled.aside` overflow-wrap: break-word; white-space: normal; width: 168px; + position: sticky; + top: 98px; + height: fit-content; `; export const SidebarHeader = styled.p`