Remove the horizontal scrollbar from My Collections

This commit is contained in:
Serkan Reis 2023-04-03 12:58:53 +03:00
parent 86f38b028b
commit 99a03d4a7b

View File

@ -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 && (