mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-10 14:46:42 +08:00
Merge pull request #6232 from ivanscinote/SCI-9235-table-horizontal-scroller-when-bottom-action-toolbar-is-opened
Make bottom scrollbar visible with action toolbar at inventories [SCI-9235]
This commit is contained in:
commit
1068f9b979
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