Only apply the fullscreen rule to bootstrap-table elements, not any other elements that also happen to have a fullscreen class.
@@ -307,7 +307,7 @@ div.fixed-table-scroll-outer {
clear: both;
}
-.fullscreen {
+.bootstrap-table.fullscreen {
position: fixed;
top: 0;
left: 0;