For my personal website, I decided to use the Gatsby/MUI starter as a base. However, I am facing an issue where all pages are rendering slightly larger than the viewport size, regardless of the device screen size.
The site utilizes MUI Grid and I have already ensured that the meta viewport head element specifies width=device-width
. The problem does not seem to be related to fixed-size elements or grid spacing options like margins or padding.
If anyone has any suggestions for debugging this issue or would like to see specific information to help in troubleshooting, please let me know. You can access the site at
You can find the code for the website here
Update: I noticed that if I remove all pages except for index, the problem still persists as soon as I add content inside an MUI component with spacing options like
<Grid container spacing={x}>