TailGrids/play-tailwind

Broken mobile responsiveness

ramacabrera opened this issue · 1 comments

There is an image generating an overflow on x axis when navigating on mobile browsers.

Image Element Xpath -> //*[@id="home"]/div/div/div[2]/div/div[3]
Image Div Container ->

Changing -right-6 to -right-2 solved the problem.

Mobile Home Screenshot

Thanks for reporting, resolved!