Skip to content

Commit

Permalink
Fix min height of viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Nov 18, 2024
1 parent 485aadb commit a4d4ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/layouts/DocumentLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Assumes it's a child of a ViewerContext
}
main {
flex: 1 1 auto;
background: var(--gray-1);
border: 1px solid var(--gray-2);
border-radius: var(--radius, 0.5rem);
Expand Down
1 change: 1 addition & 0 deletions src/lib/components/viewer/Notes.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Assumes it's a child of a ViewerContext
margin: 0 auto;
max-width: 38.0625rem;
padding: 2rem 0;
min-height: 100%;
}
.card {
Expand Down

0 comments on commit a4d4ae6

Please sign in to comment.