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:
@@ -195,6 +195,7 @@ function getStyles(theme: GrafanaTheme2) {
|
||||
position: 'absolute',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
overflow: 'unset',
|
||||
}),
|
||||
body: css({
|
||||
label: 'body',
|
||||
|
||||
Reference in New Issue
Block a user