roundest-mon icon indicating copy to clipboard operation
roundest-mon copied to clipboard

Scrollbars on main page

Open FeldrinH opened this issue 2 years ago • 1 comments

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:

image

Tested on Windows 10, latest Chrome.

FeldrinH avatar Sep 14 '22 20:09 FeldrinH

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.

wanacode avatar Sep 15 '22 16:09 wanacode