fix: Only show scrollbars on settings table when neccessary

This commit is contained in:
Tom Moor
2024-04-17 19:55:42 -04:00
parent 2d947fb56b
commit 573c372f09
2 changed files with 4 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ function Table({
const showPlaceholder = isLoading && data.length === 0;
return (
<div style={{ overflowX: "scroll" }}>
<div style={{ overflowX: "auto" }}>
<Anchor ref={topRef} />
<InnerTable {...getTableProps()}>
<thead>