diff --git a/frontend/resources/styles/main/partials/sidebar-assets.scss b/frontend/resources/styles/main/partials/sidebar-assets.scss index d401ead10..bdc699b38 100644 --- a/frontend/resources/styles/main/partials/sidebar-assets.scss +++ b/frontend/resources/styles/main/partials/sidebar-assets.scss @@ -118,6 +118,11 @@ padding: $small; font-size: $fs11; color: $color-gray-20; + /* TODO: see if this is useful, or is better to leave only + one scroll bar in the whole sidebar + (also see .group-list) */ + // max-height: 30rem; + // overflow-y: scroll; .group-title { display: flex; @@ -187,10 +192,13 @@ } } - .group-list { - max-height: 30rem; - overflow-y: scroll; - } + /* TODO: see if this is useful, or is better to leave only + one scroll bar in the whole sidebar + (also see .asset-group) */ + // .group-list { + // max-height: 30rem; + // overflow-y: scroll; + // } .group-list-item { display: flex; diff --git a/frontend/resources/styles/main/partials/sidebar.scss b/frontend/resources/styles/main/partials/sidebar.scss index 1dfe95df0..41f26a4c6 100644 --- a/frontend/resources/styles/main/partials/sidebar.scss +++ b/frontend/resources/styles/main/partials/sidebar.scss @@ -17,6 +17,7 @@ $width-settings-bar: 15rem; right: 0; width: $width-settings-bar; z-index: 10; + overflow-y: auto; &.settings-bar-left { border-left: none; @@ -59,7 +60,6 @@ $width-settings-bar: 15rem; flex-direction: column; - overflow: hidden; padding-top: 40px; height: 100%;