Browse Source

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 years ago
parent
commit
e40be80b4f
1 changed files with 1 additions and 1 deletions
  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;