0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #4136 from PaulAdamDavis/fix-right-outlet

Disable horizontal scrolling in right outlet
This commit is contained in:
John O'Nolan 2014-09-24 10:53:46 +02:00
commit f497ff6553

View file

@ -63,6 +63,7 @@
right: 0;
bottom: 0;
overflow: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
transition: transform $side-outlet-transition-duration cubic-bezier(0.1, 0.7, 0.1, 1);
transform: translate3d(60px, 0px, 0px);