From d352cb47b7e6e73116451e014325a84e81c39b12 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 14 Jun 2019 15:15:28 +0200 Subject: [PATCH] fix #2833 @0.5 --- style/fluidbook.less | 1 + 1 file changed, 1 insertion(+) diff --git a/style/fluidbook.less b/style/fluidbook.less index 2884ac66..721c51cd 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1513,6 +1513,7 @@ html.ios body.portrait #interface { } .ios & { + overflow-x: hidden; overflow-y: auto; } } -- 2.39.5