[v9.4.x] TimeRangeInput: Fix positioning of dropdown menu (#63612)
TimeRangeInput: Fix positioning of dropdown menu (#63472)
fix TimeRangeInput positioning
(cherry picked from commit bcaf4dc0b1)
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
co-authored by
Ashley Harrison
parent
edd755b834
commit
57ecd3d3d3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user