We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried using grid to build my personal website. On mobile, I always get the x-axis scroll bar, even tho there is no content there.
To see what I'm talking about, go to www.ivanskoro.com and inspect in mobile view (or visit it on a mobile device)
Even tho the body is 100% viewport width, it still has an x-scroll.
The solution is to put "display:block and margins/paddings: 0" on the grid container, but that of course kills the grid.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried using grid to build my personal website.
On mobile, I always get the x-axis scroll bar, even tho there is no content there.
To see what I'm talking about, go to www.ivanskoro.com and inspect in mobile view (or visit it on a mobile device)
Even tho the body is 100% viewport width, it still has an x-scroll.
The solution is to put "display:block and margins/paddings: 0" on the grid container, but that of course kills the grid.
The text was updated successfully, but these errors were encountered: