mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Prevent horizontal scroll on content list
Closes #4000 - Adds `overflow-x: hidden;` to the content list & preview wrapper
This commit is contained in:
parent
5ccbf799e1
commit
7119493a1e
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@
|
|||
left: 0;
|
||||
background: #fff;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
@media (max-width: 900px) {
|
||||
|
|
Loading…
Reference in a new issue