duiqt / herta_kuru

The website for Herta, the cutest genius Honkai: Star Rail character out there.
712 stars 161 forks source link

Prevent horizontal scrolling on mobile device #12

Closed RafadanaM closed 1 year ago

RafadanaM commented 1 year ago

On my phone, I was able to scroll to the right side of the page. The problem happens because the image overflows the page and possibly overflow-x: hidden not properly working on mobile devices.

I fixed it by:

Before: mobile-device

After: mobile-device-fix

duiqt commented 1 year ago

thanks for helping out!