fix horizontal scroll on gallery page

This commit is contained in:
2022-07-13 22:04:44 -07:00
parent c66eb66981
commit 187b8f7b23
3 changed files with 3 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ const MasonryGallery = ({
return (
<>
<div
className="w-full flex items-center flex-wrap"
className="flex items-center flex-wrap"
style={{
position: "relative",
}}