From 182bf7bbc159f6f264f3f55dffd45464d32a6453 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 20 Apr 2021 15:50:02 +0200 Subject: [PATCH] Bug 28180: Bug fix - cannot select cover-nav button when on top of the .contentblock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found a bug and ended up with this solution, suggestions welcomed! example with OpenLibrary with isbn=9780670026623, the image is a bit higher than others and then the cover-nav buttons are on top of .contentblock and cannot be clicked Sponsored-by: Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch) Signed-off-by: Rasmus Leißner --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss index 24c9c4f7dc8..8641bc276fc 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -2344,7 +2344,6 @@ nav { font-size: 95%; line-height: 135%; margin-left: 2em; - position: relative; :first-child::before { content: "→ "; -- 2.25.1