Remove the horizontal scrollbar from My Collections
This commit is contained in:
parent
86f38b028b
commit
99a03d4a7b
@ -79,7 +79,7 @@ const CollectionList: NextPage = () => {
|
||||
|
||||
const renderTable = useCallback(() => {
|
||||
return (
|
||||
<div className="overflow-x-auto w-full">
|
||||
<div className="overflow-x-auto w-full no-scrollbar">
|
||||
{myCollections.length > 0 && (
|
||||
<div>
|
||||
{myStandardCollections.length > 0 && (
|
||||
|
Loading…
Reference in New Issue
Block a user