From 5724a29c6720d5fe2849117110686362f6c416d9 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 24 Oct 2018 14:42:12 +0200 Subject: [PATCH] fix #2020 @0:05 --- style/fluidbook.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index 6435f758..21c5571c 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1158,7 +1158,7 @@ html.ios body.portrait #interface { width: 100%; height: 100%; display: block; - background-color: rgba(0, 0, 0, 0.01); + background-color: transparent; &.displayArea { -webkit-tap-highlight-color: @links-area-color; background-color: fadeout(@links-color, 99.999%); -- 2.39.5