mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Navigation: Tweak app height when bodyScrolling
is enabled (#90828)
use vh instead of svh
This commit is contained in:
parent
67b74e1e8a
commit
6df9fda298
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user