Skip to content

Commit

Permalink
Use dvh for full viewport height
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Jan 29, 2024
1 parent 29f6ed5 commit 7d0915c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/fsdocs-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ aside {
}

main {
height: calc(100vh - var(--header-height));
height: calc(100dvh - var(--header-height));
}

#content {
Expand Down

0 comments on commit 7d0915c

Please sign in to comment.