Browse Source

Merge pull request #2169 from antoinemineau/master

Fix css of list box on small screens (added scrollbar)
Andrej Hudec 11 năm trước cách đây
mục cha
commit
70d0bec9ef
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Resources/public/css/layout.css

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

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