Enabled overflow in tabular boxes for all devices
authorMarcel Werk <burntime@woltlab.com>
Thu, 2 Feb 2017 19:54:06 +0000 (20:54 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 2 Feb 2017 19:54:06 +0000 (20:54 +0100)
wcfsetup/install/files/acp/style/layout.scss
wcfsetup/install/files/style/ui/tabularBox.scss

index f703aa1cfe7c6d6867b360463d0acfb7fb83bc9b..897bd36ff1c07754ad1b11b6dddaac19618f6ce9 100644 (file)
@@ -6,12 +6,6 @@ $wcfAcpMenuWidth: 150px;
        min-width: 0;
 }
 
-@include screen-lg {
-       .tabularBox {
-               overflow: auto;
-       }
-}
-
 /* page header */
 .pageHeaderContainer {
        @include screen-lg {
index 9d8f81700b7e8332e5f195bc8a5a9c5d33604f71..2fd480af167cb309ef0b29b51d387d0a61414d8d 100644 (file)
@@ -81,9 +81,7 @@
 }
 
 .tabularBox {
-       @include screen-sm-down {
-               overflow: auto;
-       }
+       overflow: auto;
 }
 
 .tabularBoxTitle {