Skip to content

Commit

Permalink
fix: adjust max-height for DefaultPreviewer and catalog elements
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Jan 16, 2025
1 parent 8fbb1db commit 063487d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/DefaultPreviewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -438,12 +438,12 @@ $outline-width: 28em;
margin-top: 0;
border-radius: 0;
box-shadow: none;
max-height: calc(100vh - 2em);
max-height: 100%;
background: var(--g-color-100);
border-right: 1px solid var(--g-color-86);
.catalog {
max-height: 100% !important;
max-height: calc(100% - 35px) !important;
}
.outline-title {
Expand Down

0 comments on commit 063487d

Please sign in to comment.