Merge pull request #14520 from Godmartinz/loading_overlap_bug

fixes z-index of table load
This commit is contained in:
snipe 2024-04-03 13:07:14 +01:00 committed by GitHub
commit 01852c7188
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;