mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 20:56:42 +08:00
added minimum z index on protocols table
This commit is contained in:
parent
890b113de5
commit
4a31b27852
2 changed files with 4 additions and 0 deletions
|
@ -240,6 +240,9 @@ var ProtocolsIndex = (function() {
|
|||
fnDrawCallback: function() {
|
||||
animateSpinner(this, false);
|
||||
},
|
||||
preDrawCallback: function() {
|
||||
animateSpinner(this);
|
||||
},
|
||||
stateSaveCallback: function(settings, data) {
|
||||
// Set a cookie with the table state using the team id
|
||||
localStorage.setItem(
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
flex-grow: 1;
|
||||
height: calc(100% - var(--datatable-pagination-row) - var(--protocol-toolbar-size));
|
||||
padding-bottom: 12px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.dataTables_scrollBody {
|
||||
|
|
Loading…
Reference in a new issue