浏览代码

add overflow to the columns dropdown.

zhixin 11 年之前
父节点
当前提交
ec1557de09
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/bootstrap-table.css

+ 2 - 0
src/bootstrap-table.css

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