mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Disable horizontal scrolling in right outlet
Closes #4131 - Adds `overflow-x: hidden;` to `.right-outlet`
This commit is contained in:
parent
e30d6c33f1
commit
a67a0ac6e8
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
transition: transform $side-outlet-transition-duration cubic-bezier(0.1, 0.7, 0.1, 1);
|
transition: transform $side-outlet-transition-duration cubic-bezier(0.1, 0.7, 0.1, 1);
|
||||||
transform: translate3d(60px, 0px, 0px);
|
transform: translate3d(60px, 0px, 0px);
|
||||||
|
|
Loading…
Reference in a new issue