From f59495210ec8810d8bd1657bac897cf3305da02d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 14 Jun 2019 14:55:23 +0200 Subject: [PATCH] try #2833 @1 --- js/libs/fluidbook/fluidbook.touch.js | 3 +++ style/fluidbook.less | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.touch.js b/js/libs/fluidbook/fluidbook.touch.js index 4d72e1b1..c9541750 100644 --- a/js/libs/fluidbook/fluidbook.touch.js +++ b/js/libs/fluidbook/fluidbook.touch.js @@ -173,6 +173,9 @@ FluidbookTouch.prototype = { if (end === undefined) { end = false; } + if ($(".mview:visible").length > 0) { + return false; + } if (this.fluidbook.zoom.zoom === 1) { if (this.fluidbook.mobilefirst.enabled) { return false; diff --git a/style/fluidbook.less b/style/fluidbook.less index 356cb45a..2884ac66 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -79,7 +79,7 @@ img { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; - -ms-box-sizing: content-box; + ifra -ms-box-sizing: content-box; -o-box-sizing: content-box; -webkit-user-select: none; @@ -1511,6 +1511,10 @@ html.ios body.portrait #interface { &[data-type="10doigts"] { border-radius: 15px; } + + .ios & { + overflow-y: auto; + } } .content { -- 2.39.5