Navigation: Fix browse dashboards/scenes dashboards when bodyScrolling is enabled (#91479)

set explicit height (not min-height) so everything works in safari
This commit is contained in:
Ashley Harrison
2024-08-06 10:51:31 +02:00
committed by GitHub
parent 9300c1bbea
commit 2e3f48a49d
2 changed files with 19 additions and 12 deletions

View File

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