Allow ACP table overflow even for large displays
authorAlexander Ebert <ebert@woltlab.com>
Wed, 28 Sep 2016 15:38:09 +0000 (17:38 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 28 Sep 2016 15:38:09 +0000 (17:38 +0200)
wcfsetup/install/files/acp/style/layout.scss

index 116c681b8bfa17dd13657b596f65618ceff21a28..5c71ccc7d8f27addf6e55ca8ea076c7feff157ea 100644 (file)
@@ -6,9 +6,9 @@ $wcfAcpMenuWidth: 150px;
        min-width: 0;
 }
 
-.pageContainer {
-       @include screen-lg {
-               min-width: 1240px;
+@include screen-lg {
+       .tabularBox {
+               overflow: auto;
        }
 }