You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(home.js): resolve image overflow causing scrollbar by adding Tailwind CSS to img tag
The issue of unwanted scrollbars appearing due to image overflow was fixed by applying Tailwind CSS classes ( max-h-[90vh] )to the <img> tag and removed 'h-auto' class because it was not required.
The change will cause image to resize according to the available space and will not overflow due to different aspect ratio of screen.
0 commit comments