From 51845778a2aa9af0e8388a79f3ba5a775f06deef Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 11 May 2020 13:32:04 +0200 Subject: [PATCH] fix #3635 @1.5 --- style/fluidbook.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style/fluidbook.less b/style/fluidbook.less index ee65be6a..750becf0 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -425,6 +425,11 @@ body, html { top: 0px; background-color: transparent; + .clinks { + position: relative; + z-index: 3; + } + .texts { position: absolute; top: -1px; -- 2.39.5