Fixed positioning of sidebar button
authorAlexander Ebert <ebert@woltlab.com>
Thu, 9 Jul 2015 12:44:21 +0000 (14:44 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 9 Jul 2015 12:44:21 +0000 (14:44 +0200)
wcfsetup/install/files/style/layout.less

index a5ebfea256e3e4b6044c0c6da02051d23934fcfe..d523f21fb3852386c4b5602b8672f5845fa3fda1 100644 (file)
                                        /* fix for Chrome in RTL mode */
                                        display: inline-block;
                                        
-                                       position: relative;
+                                       position: absolute;
                                        
                                        > .collapsibleButton {
                                                background-color: @wcfSidebarBackgroundColor;