Dashboards: Fix issue where the time range picker would seemingly be hidden behind the side menu if it was set to always open. (#108607)

Unset overflow hidden to make sure the time range picker is fully visible
This commit is contained in:
Oscar Kilhed
2025-07-31 17:13:23 +02:00
committed by GitHub
parent aa0f9bb1a0
commit ef0cc4fd75
@@ -195,6 +195,7 @@ function getStyles(theme: GrafanaTheme2) {
position: 'absolute',
width: '100%',
height: '100%',
overflow: 'unset',
}),
body: css({
label: 'body',