mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Merge pull request #14520 from Godmartinz/loading_overlap_bug
fixes z-index of table load
This commit is contained in:
commit
01852c7188
|
@ -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…
Reference in a new issue