TimeRangeInput: Fix positioning of dropdown menu (#63472)

fix TimeRangeInput positioning
This commit is contained in:
Ashley Harrison
2023-02-23 09:53:32 +00:00
committed by GitHub
parent c9497dc533
commit bcaf4dc0b1

View File

@@ -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,