Firefox will still have an additional 1px vertical line at the bottom of the page, even when `#app` should take 100% of the vertical space. This causes a scrollbar to show up. Setting the height at `calc(100vh - 1px)` solves this.