Fixed container list overflow
authorAlexander Ebert <ebert@woltlab.com>
Thu, 5 Oct 2017 15:24:11 +0000 (17:24 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 5 Oct 2017 15:24:11 +0000 (17:24 +0200)
wcfsetup/install/files/style/layout/containerList.scss

index 78b36b71941031ef229d77f90745d41ec39c7030..63645ba07aaaf0fff04d77b5cff25e8b3eb3073b 100644 (file)
                        flex-wrap: wrap;
                        
                        > li {
-                               overflow: hidden;
+                               // this will cause the mobile drop-down menu to be cut-off
+                               // overflow: hidden;
                                padding-right: 15px;
                                
                                .containerBoxContent {