From: Marcel Werk Date: Thu, 29 May 2014 20:23:15 +0000 (+0200) Subject: Fixed user panel overflows X-Git-Tag: 2.1.0_Alpha_1~782 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9d14137a5dbe2cde5596456bf94e23c1a8cf1add;p=GitHub%2FWoltLab%2FWCF.git Fixed user panel overflows --- diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index a7e320e074..039854e153 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -53,6 +53,7 @@ background-color: @wcfUserPanelBackgroundColor; height: 40px; left: 0; + overflow: hidden; position: absolute; top: 0; right: 0; @@ -172,7 +173,7 @@ @media only screen and (max-width: 800px) { .userPanel { - height: auto; + height: 41px; .icon { font-size: 21px;