From 4031601b842958cd93b43c355e25a271db86c67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20N=C3=BCsse?= Date: Thu, 14 Nov 2019 00:00:48 +0100 Subject: [PATCH] fix for #635 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Felix NĂ¼sse --- sass/searchboxexpander.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sass/searchboxexpander.scss b/sass/searchboxexpander.scss index 5de24cae..d827fdad 100644 --- a/sass/searchboxexpander.scss +++ b/sass/searchboxexpander.scss @@ -19,6 +19,13 @@ * */ +.searchbox{ + button{ + position: relative !important; + } + +} + .searchbox-settings{ position: relative; top: 50%;