Due to the swipe patch, on mobile phones a overflow is triggered.

This is changed using css here.
This commit is contained in:
Samuel Gyger 2016-07-29 21:35:55 +02:00
parent fe306b22f8
commit 645adc0746
1 changed files with 1 additions and 0 deletions

View File

@ -946,6 +946,7 @@ html[dir="rtl"] span.items-count:before {
.page {
clear: both;
padding-top: 20px;
overflow-x: hidden;
}
.page li {