hide table scrollbar when not needed

This commit is contained in:
Keith Grant 2021-02-04 14:04:21 -08:00
parent 0b633c2b6c
commit aaaeb37812

View File

@ -89,7 +89,7 @@ function PaginatedTable({
);
} else {
Content = (
<div css="overflow: scroll">
<div css="overflow: auto">
{hasContentLoading && <LoadingSpinner />}
<TableComposable aria-label={dataListLabel}>
{headerRow}