浏览代码

Limit fullscreen CSS rule scope

Only apply the fullscreen rule to bootstrap-table elements, not any
other elements that also happen to have a fullscreen class.
Lucas Werkmeister 7 年之前
父节点
当前提交
e40be80b4f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/bootstrap-table.css

+ 1 - 1
src/bootstrap-table.css

@@ -307,7 +307,7 @@ div.fixed-table-scroll-outer {
     clear: both;
 }
 
-.fullscreen {
+.bootstrap-table.fullscreen {
     position: fixed;
     top: 0;
     left: 0;