From cc160d77e779638c2db7c68b60c0971b0442adf0 Mon Sep 17 00:00:00 2001 From: pichalite Date: Thu, 9 Feb 2017 17:33:31 +0000 Subject: [PATCH] Fix scrolling issues on mobile --- public/less/admin/mobile.less | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/public/less/admin/mobile.less b/public/less/admin/mobile.less index e0e8ddb1dc..c192351885 100644 --- a/public/less/admin/mobile.less +++ b/public/less/admin/mobile.less @@ -2,14 +2,19 @@ display: none; } -@media (max-width: 1200px) { - -} - @media (max-width: 991px) { body { height: 100%; } + + #panel { + background-color: inherit; + min-height: 100%; + } + + body, #panel, .slideout-menu { + -webkit-overflow-scrolling: touch; + } .header { height: 58px;