fixes z-index of table load

This commit is contained in:
Godfrey M 2024-03-28 11:44:55 -07:00
parent f411c0fdd8
commit a450530c74

View file

@ -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;