Skip to content

Commit

Permalink
Rolling back pan-x on scrollable carousel. (ampproject#5490)
Browse files Browse the repository at this point in the history
  • Loading branch information
camelburrito authored and mkhatib committed Oct 11, 2016
1 parent 247b83e commit c7637b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/amp-carousel/0.1/scrollable-carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export class AmpScrollableCarousel extends BaseCarousel {
'white-space': 'nowrap',
'overflow-x': 'auto',
'overflow-y': 'hidden',
'touch-action': 'pan-x',
'-webkit-overflow-scrolling': 'touch',
});
this.element.appendChild(this.container_);
Expand Down

0 comments on commit c7637b7

Please sign in to comment.