From e7855c104ef6eefd438cf8e9d8f195fab49d1d30 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 3 Oct 2017 11:29:32 +0200 Subject: [PATCH] #1684 --- style/fluidbook.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index cdb902df..1064387e 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -418,6 +418,7 @@ body, html { width: unit(@book-page-width*2, px); height: unit(@book-page-height, px); pointer-events: none; + .hideifnot(@edges-display); .portrait & { display: none; @@ -1083,7 +1084,7 @@ html.ios body.portrait #interface { max-width: 600px; width: 100%; - @menutransition:400ms; + @menutransition: 400ms; -webkit-transition: all @menutransition; -moz-transition: all @menutransition; -- 2.39.5