Remove the horizontal scrollbar from My Collections
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user