fix: Only show scrollbars on settings table when neccessary
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user