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 <[email protected]>
  • Loading branch information
st3iny committed Jun 26, 2024
1 parent d3ba8ce commit 9cb56bd
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 @@ -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;
Expand Down Expand Up @@ -620,10 +618,6 @@
.v-select {
min-width: unset !important;
}

&__input {
width: 100%;
}
}

.property-color {
Expand Down

0 comments on commit 9cb56bd

Please sign in to comment.