From: Luzifr Date: Mon, 9 Jan 2012 15:29:57 +0000 (+0100) Subject: Fixes 2 small bugs X-Git-Tag: 2.0.0_Beta_1~1442 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=35d83ac00ee877c173ac30c8d25a44b0f54d3c59;p=GitHub%2FWoltLab%2FWCF.git Fixes 2 small bugs --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 502aa00db6..3cf245cba3 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -873,6 +873,7 @@ section.content .content { margin-bottom: -10px; display: block; width: 250px; + overflow: hidden; z-index: 80; -webkit-transition: width .1s ease; @@ -900,6 +901,7 @@ section.content .content { .collapsed { width: 0; + height: 0; } .left .sidebar.collapsed + .content {