Skip to content

Commit

Permalink
Merge pull request #899 from nojaf/dvh
Browse files Browse the repository at this point in the history
Use dvh for full viewport height
  • Loading branch information
nojaf authored Jan 29, 2024
2 parents 29f6ed5 + a7b1608 commit aed4687
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 20.0.0-alpha-019 - 2024-01-29

### Fixed
* Use dvh for full viewport height . [#899](https://github.com/fsprojects/FSharp.Formatting/pull/899)

## 20.0.0-alpha-018 - 2024-01-10

### Fixed
Expand Down
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 aed4687

Please sign in to comment.