added minimum z index on protocols table

This commit is contained in:
Giga Chubinidze 2023-03-31 13:42:42 +04:00
parent 890b113de5
commit 4a31b27852
2 changed files with 4 additions and 0 deletions

View file

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

View file

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