Fixed user panel overflows
authorMarcel Werk <burntime@woltlab.com>
Thu, 29 May 2014 20:23:15 +0000 (22:23 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 29 May 2014 20:23:15 +0000 (22:23 +0200)
wcfsetup/install/files/style/layout.less

index a7e320e074eabaa8fee1c230604f6cf04d236610..039854e153a5d08a10df370fda3f3d9d092adb0e 100644 (file)
@@ -53,6 +53,7 @@
        background-color: @wcfUserPanelBackgroundColor;
        height: 40px;
        left: 0;
+       overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
 
 @media only screen and (max-width: 800px) {
        .userPanel {
-               height: auto;
+               height: 41px;
                
                .icon {
                        font-size: 21px;