Skip to content

Commit

Permalink
feat(sidebarPanel): Make content use all available vertical space
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Dec 7, 2023
1 parent 4200b4d commit fff2c86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/web-pkg/src/components/SideBar/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,12 @@ export default defineComponent({
overflow-y: auto;
overflow-x: hidden;
padding: var(--oc-space-small);
display: flex;
flex-direction: column;
&-content {
flex: 1;
}
}
&__navigation {
Expand Down

0 comments on commit fff2c86

Please sign in to comment.