sveltejs / kit

web development, streamlined
https://kit.svelte.dev
MIT License
18.1k stars 1.83k forks source link

Scrollbar is not scrolling the Page #12423

Open CordialGit opened 2 days ago

CordialGit commented 2 days ago

Describe the bug

I am having a bad user experience on the SvelteKit Documentation Page.

The scroller here-- https://prnt.sc/XiJeEsjU0BP-

is not scrolling the Page. It's as if it responds to just mouse wheel.

Unfortunately, my mouse wheel is bad, so I'm struggling to scroll up and down on the Page.

Please, can this be worked on? -- so that it will be easy to scroll the Pages of the Documentation?

Regards.

Reproduction

Just go to the SvelteKit page and try to scroll the page with the scrollbar

Logs

No response

System Info

Windows 10

Severity

annoyance

Additional Information

No response

eltigerchino commented 2 days ago

Hi Cordial, thanks for reporting this. May I know what browser you're using? The UI looks interesting but I would also like to try reproducing this on my windows machine too

jasonlyu123 commented 2 days ago

It should be the same reason with https://github.com/sveltejs/site-kit/issues/244 and https://github.com/sveltejs/site-kit/issues/276.

CordialGit commented 2 days ago

@eltigerchino

Now, for reasons I do not understand, Svelte sites, which are: a.) https://svelte.dev

b.) https://kit.svelte.dev

Do not open in my Edge and Chrome and Mozilla Firefox browsers.

Even when I install a VPN, these Svelte and SvelteKit sites do not open.

So, I use Opera Mini Browser-- and it opens these sites, because it has an in-built VPN.

sacrosanctic commented 1 day ago

image

I also have the same problem, the aside right padding is blocking the scrollbar when the window width is 1420

changing the aside's z-index from 2 to -1 fixes this