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