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