Skip to content

Commit

Permalink
Merge pull request #6087 from nextcloud/fix/scrollabe-edit-sidebar-tabs
Browse files Browse the repository at this point in the history
fix: sidebar editor tab scrolling
  • Loading branch information
GretaD committed Jun 26, 2024
2 parents d3ba8ce + 9cb56bd commit cee68e6
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 cee68e6

Please sign in to comment.