Skip to content

Commit

Permalink
fix(Editor): fix maximal height of the sidebar (#2079)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou authored Dec 10, 2024
1 parent 7affc45 commit 131de16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TheEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ export default class TheEditor extends Mixins(BaseMixin) {
.structure-sidebar {
width: 300px;
overflow-y: auto;
max-height: calc(100vh - 48px);
}
._structure-sidebar-item {
text-overflow: ellipsis;
Expand Down

0 comments on commit 131de16

Please sign in to comment.