mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* Fix off screen popover
(cherry picked from commit d9bf971331
)
Co-authored-by: Corey Robertson <corey.robertson@elastic.co>
This commit is contained in:
parent
f26666d4e1
commit
8adb1d5b70
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ export const TimeSlider: FC<TimeSliderProps> = (props) => {
|
|||
panelPaddingSize="s"
|
||||
anchorPosition="downCenter"
|
||||
disableFocusTrap
|
||||
repositionOnScroll
|
||||
attachToAnchor={false}
|
||||
>
|
||||
{isValidRange(range) ? (
|
||||
<TimeSliderComponentPopover
|
||||
|
@ -304,7 +304,7 @@ export const TimeSliderComponentPopover: FC<
|
|||
<EuiFlexGroup gutterSize="none">
|
||||
<EuiFlexItem>
|
||||
<ValidatedDualRange
|
||||
id={'my-id'}
|
||||
id={`range${fieldName}`}
|
||||
max={fullRange[1]}
|
||||
min={fullRange[0]}
|
||||
onChange={onChangeHandler}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue