mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
Fixes tooltip issue with time picker and dashboard settings (#51836)
This commit is contained in:
parent
c93f1f3693
commit
777f0d532a
@ -118,7 +118,7 @@ export function UnthemedTimeRangePicker(props: TimeRangePickerProps): ReactEleme
|
||||
</ToolbarButton>
|
||||
</Tooltip>
|
||||
{isOpen && (
|
||||
<FocusScope contain autoFocus restoreFocus>
|
||||
<FocusScope contain autoFocus>
|
||||
<section ref={ref} {...overlayProps} {...dialogProps}>
|
||||
<TimePickerContent
|
||||
timeZone={timeZone}
|
||||
|
@ -161,7 +161,7 @@ export function DashboardSettings({ dashboard, editview }: Props) {
|
||||
const styles = getStyles(config.theme2);
|
||||
|
||||
return (
|
||||
<FocusScope contain autoFocus restoreFocus>
|
||||
<FocusScope contain autoFocus>
|
||||
<div className="dashboard-settings" ref={ref} {...overlayProps} {...dialogProps}>
|
||||
<PageToolbar title={`${dashboard.title} / Settings`} parent={folderTitle} onGoBack={onClose} />
|
||||
<CustomScrollbar>
|
||||
|
Loading…
Reference in New Issue
Block a user