diff --git a/src/rsg-components/StyleGuide/StyleGuideRenderer.js b/src/rsg-components/StyleGuide/StyleGuideRenderer.js index 5e919f121..d33ebaed9 100644 --- a/src/rsg-components/StyleGuide/StyleGuideRenderer.js +++ b/src/rsg-components/StyleGuide/StyleGuideRenderer.js @@ -35,6 +35,7 @@ const styles = ({ color, fontFamily, fontSize, sidebarWidth, mq, space, maxWidth bottom: 0, width: sidebarWidth, overflow: 'auto', + '-webkit-overflow-scrolling': 'touch', [mq.small]: { position: 'static', width: 'auto',