Browse Source

Fix css - added scrollbar on list view for small screens

Antoine Mineau 11 years ago
parent
commit
22da0ff6d5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      Resources/public/css/layout.css

+ 3 - 2
Resources/public/css/layout.css

@@ -339,5 +339,6 @@ legend.sonata-ba-fieldset-collapsed-description + .sonata-ba-collapsed-fields {
 }
 }
 
 
 .box .box-body {
 .box .box-body {
-    overflow: hidden;
-}
+    overflow-x: auto;
+    overflow-y: hidden;
+}