diff --git a/css/app-sidebar.scss b/css/app-sidebar.scss index e51421b85a..3dde11d6e4 100644 --- a/css/app-sidebar.scss +++ b/css/app-sidebar.scss @@ -70,9 +70,7 @@ } .app-sidebar-tab { - display: flex; - flex-direction: column; - justify-content: space-between; + // Make the whole sidebar scrollable instead of just the active tab overflow: unset !important; max-height: unset !important; height: auto !important; @@ -620,10 +618,6 @@ .v-select { min-width: unset !important; } - - &__input { - width: 100%; - } } .property-color {