mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Make bottom scrollbar visible with action toolbar at inventories [SCI-9235]
This commit is contained in:
parent
160d9775d8
commit
13715fa472
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ var RepositoryDatatable = (function(global) {
|
|||
function updateButtons() {
|
||||
if (window.actionToolbarComponent) {
|
||||
window.actionToolbarComponent.fetchActions({ repository_row_ids: rowsSelected });
|
||||
$('.dataTables_scrollBody').css('padding-bottom', `${rowsSelected.length > 0 ? 68 : 0}px`);
|
||||
$('.dataTables_scrollBody').css('margin-bottom', `${rowsSelected.length > 0 ? 68 : 0}px`);
|
||||
}
|
||||
|
||||
if (currentMode === 'viewMode') {
|
||||
|
|
Loading…
Reference in a new issue