From 215d2e1d6094c18ea61fc99281db4182e5abc404 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 9 Jul 2015 14:44:21 +0200 Subject: [PATCH] Fixed positioning of sidebar button --- wcfsetup/install/files/style/layout.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index a5ebfea256..d523f21fb3 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -609,7 +609,7 @@ /* fix for Chrome in RTL mode */ display: inline-block; - position: relative; + position: absolute; > .collapsibleButton { background-color: @wcfSidebarBackgroundColor; -- 2.20.1