Browse Source

Merge pull request #3737 from lucaswerkmeister/fullscreen

Limit fullscreen CSS rule scope
文翼 7 years ago
parent
commit
4d1432acf2
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;