We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1183b3a commit c845ab7Copy full SHA for c845ab7
composables/useRoot.ts
@@ -7,7 +7,7 @@ const updateAppHeight = () => {
7
if (isClient && window.visualViewport) {
8
const actualHeight = window.visualViewport.scale * window.visualViewport.height
9
10
- document.documentElement.style.setProperty('--app-height', `calc(${actualHeight}px - 1px)`)
+ document.documentElement.style.setProperty('--app-height', `${actualHeight}px`)
11
}
12
13
0 commit comments