Browse Source

add overflow to the columns dropdown.

zhixin 11 years ago
parent
commit
ec1557de09
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/bootstrap-table.css

+ 2 - 0
src/bootstrap-table.css

@@ -175,6 +175,8 @@
 
 .fixed-table-toolbar .dropdown-menu {
     text-align: left;
+    max-height: 300px;
+    overflow: auto;
 }
 
 /* support bootstrap 3 */