Fixed menu overflow handling in IE 11
authorAlexander Ebert <ebert@woltlab.com>
Mon, 23 Jan 2017 11:45:46 +0000 (12:45 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 23 Jan 2017 11:45:46 +0000 (12:45 +0100)
wcfsetup/install/files/style/layout/pageHeader.scss

index 83165d4247cb8c410f98d7df48934fdba9fed602..d3660539ff1acf9167dad1349812ad1a13eefd73 100644 (file)
@@ -80,6 +80,7 @@
 .mainMenu {
        flex: 1 1 auto;
        margin-right: 20px;
+       overflow: hidden;
        position: relative;
        
        .boxMenu {