Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent invalid height value of MainContent when using the `fullHeigh…
…t` prop Previously, `topPosition` could be `undefined`, causing the `height` to be invalid because `calc()` contained the value `undefinedpx`. This issue would occur on the page tree when clicking on a page and then clicking the back button. The page tree's `MainContent` would have a height of `0`.
- Loading branch information