Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
fix(ui): scroll jump after close hoverable popovers
Browse files Browse the repository at this point in the history
  • Loading branch information
s-r-x committed May 25, 2021
1 parent e4fa0be commit 1d1cc44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/src/screens/jobs/List/Job/Actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const JobActions = ({ job, queue }: TProps) => {
<Popover
id={tlPopoverId}
disableScrollLock
disableRestoreFocus
onClose={closeTlPopover}
className={cls.popover}
//classes={{
Expand Down Expand Up @@ -159,6 +160,7 @@ const JobActions = ({ job, queue }: TProps) => {
id={optsPopoverId}
disableScrollLock
onClose={closeOptsPopover}
disableRestoreFocus
className={cls.popover}
// uncomment to allow mouse events on popover
//classes={{
Expand Down

0 comments on commit 1d1cc44

Please sign in to comment.