From 645adc0746baead4768349d676f9a41b0b8aee40 Mon Sep 17 00:00:00 2001 From: Samuel Gyger Date: Fri, 29 Jul 2016 21:35:55 +0200 Subject: [PATCH] Due to the swipe patch, on mobile phones a overflow is triggered. This is changed using css here. --- assets/css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/app.css b/assets/css/app.css index ffd7861..ab6b7ff 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -946,6 +946,7 @@ html[dir="rtl"] span.items-count:before { .page { clear: both; padding-top: 20px; + overflow-x: hidden; } .page li {