mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
hide table scrollbar when not needed
This commit is contained in:
@@ -89,7 +89,7 @@ function PaginatedTable({
|
|||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
Content = (
|
Content = (
|
||||||
<div css="overflow: scroll">
|
<div css="overflow: auto">
|
||||||
{hasContentLoading && <LoadingSpinner />}
|
{hasContentLoading && <LoadingSpinner />}
|
||||||
<TableComposable aria-label={dataListLabel}>
|
<TableComposable aria-label={dataListLabel}>
|
||||||
{headerRow}
|
{headerRow}
|
||||||
|
|||||||
Reference in New Issue
Block a user