From: Vincent Vanwaelscappel Date: Wed, 13 May 2015 12:36:10 +0000 (+0000) Subject: Fix bug in links aftersearch X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b629248277b280440b08c8d42ca3925e61d4f404;p=fluidbook-html5.git Fix bug in links aftersearch --- 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;