浏览代码

Merge pull request #3737 from lucaswerkmeister/fullscreen

Limit fullscreen CSS rule scope
文翼 7 年之前
父节点
当前提交
4d1432acf2
共有 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;