FIX: allow report admin to scroll

This commit is contained in:
Will Rossiter 2013-02-23 10:04:55 +13:00
parent 95c0f20367
commit 6b9ac25b6c
1 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,10 @@
return false;
}
});
$('.ReportAdmin').css({
'overflow-y': 'scroll',
'padding-top': 0
});
});
})(jQuery);