0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Merge pull request #4003 from PaulAdamDavis/no-right-scroll

No right scroll
This commit is contained in:
Matt Enlow 2014-09-10 10:42:14 -06:00
commit 7355adb465

View file

@ -162,6 +162,7 @@
left: 0;
background: #fff;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
@media (max-width: 900px) {