Skip to content

Commit e40be80

Browse files
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.
1 parent fb66942 commit e40be80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap-table.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ div.fixed-table-scroll-outer {
307307
clear: both;
308308
}
309309

310-
.fullscreen {
310+
.bootstrap-table.fullscreen {
311311
position: fixed;
312312
top: 0;
313313
left: 0;

0 commit comments

Comments
 (0)