mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 03:36:44 +08:00
Merge pull request #8219 from artoscinote/ma_SCI_11548
Fix positioning of 'Processing' element on legacy datatables [SCI-11548]
This commit is contained in:
commit
fb64248b90
1 changed files with 6 additions and 0 deletions
|
@ -36,3 +36,9 @@ table.dataTable.table--resizable-columns {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
div.dataTables_wrapper div.dataTables_processing {
|
||||
// This overrides default library behaviour, where the 'Processing' element
|
||||
// can go off-screen on large tables due to top: 50% positioning.
|
||||
top: 150px !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue