Skip to content

Commit

Permalink
Merge pull request #1058 from glints-dev/feature/support-scrollable-p…
Browse files Browse the repository at this point in the history
…opover-in-ios

Popover: support scrollable on iOS devices
  • Loading branch information
farhanabi authored Sep 25, 2024
2 parents 01f95df + 9a4859a commit bc4630e
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 bc4630e

Please sign in to comment.