mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
FIX: allow report admin to scroll
This commit is contained in:
parent
95c0f20367
commit
6b9ac25b6c
@ -14,6 +14,10 @@
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
$('.ReportAdmin').css({
|
||||
'overflow-y': 'scroll',
|
||||
'padding-top': 0
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
|
Loading…
Reference in New Issue
Block a user