roundest-mon
roundest-mon copied to clipboard
Scrollbars on main page
There appears to be some issue with the scaling on the main page. No matter how big the browser window is, the page has scrollbars in both directions:
Tested on Windows 10, latest Chrome.
This is happening when the vertical scroll bar is showing, which will happen on smaller screens.
The width is set to 100vw, but to prevent the overflow it should be changed to a width of 100%.
In index.tsx
, change w-screen
to w-full
.