ソースを参照

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;