Navigation: Tweak app height when bodyScrolling is enabled (#90828)
use vh instead of svh
This commit is contained in:
@@ -12,7 +12,7 @@ export function getPageStyles(theme: GrafanaTheme2) {
|
||||
? {
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
minHeight: '100svh',
|
||||
minHeight: '100vh',
|
||||
}
|
||||
: {
|
||||
display: 'flex',
|
||||
|
||||
Reference in New Issue
Block a user