Merge pull request #14520 from Godmartinz/loading_overlap_bug
fixes z-index of table load
This commit is contained in:
commit
01852c7188
1 changed files with 4 additions and 0 deletions
|
@ -358,6 +358,10 @@ body {
|
|||
white-space: normal;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
|
||||
z-index: 840 !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
a[href]:after {
|
||||
content: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue