diff --git a/client/commonFramework/phone-scroll-lock.js b/client/commonFramework/phone-scroll-lock.js index 32b40c8a1d..a9b58fb23c 100644 --- a/client/commonFramework/phone-scroll-lock.js +++ b/client/commonFramework/phone-scroll-lock.js @@ -11,7 +11,7 @@ window.common = (function({ common = { init: [] }}) { if (magiVal < 0) { magiVal = 0; } - $('.editorScrollDiv').css('height', magiVal - 85 + 'px'); + $('.editorScrollDiv').css('height', magiVal - 50 + 'px'); } magiVal = $(window).height() - $('.navbar').height();