Skip to content

Commit

Permalink
Popover: support scrollable in iOS devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Tai-DucTran committed Sep 25, 2024
1 parent 01f95df commit 9a4859a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/@next/Popover/PopoverStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,6 @@ export const StyledPopover: any = createGlobalStyle`
.Polaris-Scrollable--vertical {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
`;

0 comments on commit 9a4859a

Please sign in to comment.