diff --git a/frontend/admin-web/src/components/layout/Sidebar/Sidebar.module.scss b/frontend/admin-web/src/components/layout/Sidebar/Sidebar.module.scss index d89e8381..94f7ee57 100644 --- a/frontend/admin-web/src/components/layout/Sidebar/Sidebar.module.scss +++ b/frontend/admin-web/src/components/layout/Sidebar/Sidebar.module.scss @@ -126,6 +126,17 @@ min-height: 0; display: flex; flex-direction: column; + } + + &__nav { + width: 244px; + display: flex; + flex-direction: column; + align-items: flex-start; + padding: 16px 4px 16px 16px; + box-sizing: border-box; + gap: 8px; + flex: 1; overflow-y: auto; overflow-x: hidden; @@ -142,16 +153,6 @@ } } - &__nav { - width: 244px; - display: flex; - flex-direction: column; - align-items: flex-start; - padding: 16px 4px 16px 16px; - box-sizing: border-box; - gap: 8px; - } - &__toggle { position: absolute; right: -12px;