Skip to content

Commit

Permalink
fix: sidebar editor tab scrolling
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny authored and backportbot[bot] committed Jun 28, 2024
1 parent 97aaec2 commit cb24b2e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions css/app-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,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;
Expand Down Expand Up @@ -600,10 +598,6 @@
.v-select {
min-width: unset !important;
}

&__input {
width: 100%;
}
}

.property-color {
Expand Down

0 comments on commit cb24b2e

Please sign in to comment.