Skip to content

Commit

Permalink
Prevent contextmenu on iOS. (#20266)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmajoulet committed Jan 11, 2019
1 parent bf15984 commit 5a41ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/amp-story/1.0/amp-story.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
amp-story, amp-story-page, amp-story-grid-layer, amp-story-cta-layer {
contain: strict !important;
overflow: hidden !important;
-webkit-touch-callout: none !important;
}

amp-consent {
Expand Down

0 comments on commit 5a41ee8

Please sign in to comment.