From a4f2c4b119041b11ae96d686024f0fb5a32ab160 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 28 Sep 2016 17:38:09 +0200 Subject: [PATCH] Allow ACP table overflow even for large displays --- wcfsetup/install/files/acp/style/layout.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/acp/style/layout.scss b/wcfsetup/install/files/acp/style/layout.scss index 116c681b8b..5c71ccc7d8 100644 --- a/wcfsetup/install/files/acp/style/layout.scss +++ b/wcfsetup/install/files/acp/style/layout.scss @@ -6,9 +6,9 @@ $wcfAcpMenuWidth: 150px; min-width: 0; } -.pageContainer { - @include screen-lg { - min-width: 1240px; +@include screen-lg { + .tabularBox { + overflow: auto; } } -- 2.20.1