mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TimeRangeInput: Fix positioning of dropdown menu (#63472)
fix TimeRangeInput positioning
This commit is contained in:
parent
c9497dc533
commit
bcaf4dc0b1
@ -127,6 +127,9 @@ const getStyles = stylesFactory((theme: GrafanaTheme2, disabled = false) => {
|
||||
`,
|
||||
content: css`
|
||||
margin-left: 0;
|
||||
position: absolute;
|
||||
top: 116%;
|
||||
z-index: ${theme.zIndex.dropdown};
|
||||
`,
|
||||
pickerInput: cx(
|
||||
inputStyles.input,
|
||||
|
Loading…
Reference in New Issue
Block a user