Prevent horizontal scroll on content list

Closes #4000

- Adds `overflow-x: hidden;` to the content list & preview wrapper
This commit is contained in:
Paul Adam Davis 2014-09-10 16:48:33 +01:00
parent 5ccbf799e1
commit 7119493a1e

View File

@ -162,6 +162,7 @@
left: 0;
background: #fff;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
@media (max-width: 900px) {