[TODO] Test behavior with Dashboard's panel flyouts

This commit is contained in:
Constance Chen 2023-03-15 10:22:14 -07:00
parent f8843c9a8e
commit d59faae8ba

View file

@ -129,6 +129,8 @@ export class CustomizePanelAction implements Action<CustomizePanelActionContext>
{ {
size: 's', size: 's',
'data-test-subj': 'customizePanel', 'data-test-subj': 'customizePanel',
// @ts-ignore - TODO: Remove this once https://github.com/elastic/eui/pull/6645 lands in Kibana
focusTrapProps: { scrollLock: true },
} }
); );
overlayTracker?.openOverlay(handle); overlayTracker?.openOverlay(handle);