diff --git a/beta/src/styles/index.css b/beta/src/styles/index.css index a934e1b2154..2d71ed71334 100644 --- a/beta/src/styles/index.css +++ b/beta/src/styles/index.css @@ -76,6 +76,12 @@ margin: 0; } + @media screen and (max-width: 1023px) { + body { + overflow-x: hidden; + } + } + /* Start purging... */ /* Force GPU Accelerated scrolling, credit: Twitter Lite */ .scrolling-gpu {