mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 11:30:55 +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;
|
left: 0;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
|
||||||
@media (max-width: 900px) {
|
@media (max-width: 900px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user