From b629248277b280440b08c8d42ca3925e61d4f404 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 13 May 2015 12:36:10 +0000 Subject: [PATCH] Fix bug in links aftersearch --- style/fluidbook.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/fluidbook.css b/style/fluidbook.css index 2159ada3..09fd6a93 100644 --- a/style/fluidbook.css +++ b/style/fluidbook.css @@ -470,6 +470,10 @@ header { z-index: 10; } +#afterSearch .links .link { + position: absolute; +} + #search { position: relative; display: inline-block; -- 2.39.5