From 11541c89d5e3f9d0b3d182daa265250a5c961328 Mon Sep 17 00:00:00 2001 From: Josef Citrine Date: Thu, 19 May 2016 11:03:50 +0100 Subject: [PATCH] Fixed scrolling issues --- resources/assets/styles/mobile.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/assets/styles/mobile.less b/resources/assets/styles/mobile.less index a9b34a53..a1be52fc 100644 --- a/resources/assets/styles/mobile.less +++ b/resources/assets/styles/mobile.less @@ -124,4 +124,8 @@ margin-top: 10px; } } + + .stretch-to-bottom { + overflow-y: initial !important; + } }