Skip to content

Commit

Permalink
fix(sn-filter-pane): disable popover messing with body tag (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlahti committed Mar 14, 2024
1 parent a950cb5 commit 2f1441e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ export const ListboxPopoverContainer = ({ resources, stores }: FoldedPopoverProp
anchorEl={containerRef.current}
transitionDuration={transitionDuration}
isSmallDevice={isSmallDevice}
disableScrollLock
anchorOrigin={{
vertical: 'bottom',
horizontal: 'left',
Expand Down

0 comments on commit 2f1441e

Please sign in to comment.