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
@ -15,5 +15,9 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('.ReportAdmin').css({
|
||||||
|
'overflow-y': 'scroll',
|
||||||
|
'padding-top': 0
|
||||||
|
});
|
||||||
});
|
});
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
Loading…
Reference in New Issue
Block a user