fix: fix stylish theme scroll issue

This commit is contained in:
Rutik Wankhade 2024-10-11 09:58:12 +05:30
parent 86814caf49
commit b880e0c167

View File

@ -82,7 +82,7 @@ const UnsplashSearch = ({ largeImgPreview }) => {
</div>
<div className="overflow-y-scroll w-full overflow-x-hidden h-max justify-center flex flex-wrap">
<div className="overflow-y-scroll w-full pb-12 overflow-x-hidden h-max justify-center flex flex-wrap">
{
imageList.map(image => {
return <div key={image.id}