From 494a66d0dcc44bd36883dbd405cb9a24b359d4f2 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 17 May 2018 15:47:15 +0200 Subject: [PATCH] fix #2049 @1 --- style/fluidbook.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index 9084a00d..5f3713f2 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -924,7 +924,7 @@ html.ios body.portrait #interface { /* Bookmarks */ .bookmark { #links & { - z-index: 3; + z-index: 4999; width: @bookmark-corner-size; height: @bookmark-corner-size; background-size: @bookmark-corner-size @bookmark-corner-size; -- 2.39.5