Fixed ACP width in IE 11
authorAlexander Ebert <ebert@woltlab.com>
Mon, 31 Oct 2016 14:50:13 +0000 (15:50 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 31 Oct 2016 14:50:13 +0000 (15:50 +0100)
wcfsetup/install/files/acp/style/layout.scss

index 74ded97c98acc13d2f39885e0b89457a1a52a0d4..2c7cf91cc924551d2ce2ce18df4d002de492121a 100644 (file)
@@ -141,6 +141,11 @@ $wcfAcpMenuWidth: 150px;
 .acpPageContentContainer {
        display: flex;
        flex: 1 0 auto;
+       
+       #content {
+               // required by IE 11 for proper width calculation
+               flex: 1;
+       }
 }
 
 @include screen-lg {