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;
|
const showPlaceholder = isLoading && data.length === 0;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div style={{ overflowX: "scroll" }}>
|
<div style={{ overflowX: "auto" }}>
|
||||||
<Anchor ref={topRef} />
|
<Anchor ref={topRef} />
|
||||||
<InnerTable {...getTableProps()}>
|
<InnerTable {...getTableProps()}>
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user