Navigation: Tweak app height when bodyScrolling is enabled (#90828)

use vh instead of svh
This commit is contained in:
Ashley Harrison 2024-07-24 09:04:24 +01:00 committed by GitHub
parent 67b74e1e8a
commit 6df9fda298
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ export function getPageStyles(theme: GrafanaTheme2) {
? { ? {
display: 'flex', display: 'flex',
flexDirection: 'column', flexDirection: 'column',
minHeight: '100svh', minHeight: '100vh',
} }
: { : {
display: 'flex', display: 'flex',