mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03: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
@ -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 New Issue
Block a user