mojira.dev
WEB-3030

scroll not available on minecraft.net

when I'm visiting minecraft.net on Chrome, there is a chance that scroll doesn't work. Scroll the wheel on the mouse does not scroll the page, but the other websites on Chrome is fine. 

When the issue occurs, refresh cannot eliminate it, close and reopen the page can do nothing too. However, go back to the last page and click the link again can deal this sometimes. 

The issue also affect phones, but only the Chrome explorer.

Attachments

Comments 3

I am unable to reproduce this, please provide exact reproduction steps and make sure you have no software interfering with your game.

I reproduced this on Chrome 107.0.5304.107, Windows11

Open this page: https://www.minecraft.net/zh-hans/article/rtxcellent

Then press F12 to open developer tools.

The CSS style overflow of body is set to hidden. When I change it to visible, the scroll bar appears, and the scroll is available.

[media]

To temporily solve this problem, you can run this javascript code in develop tools (F12):

 document.body.style.overflow = "visible";

then the scroll bar will appear.

beginner html dev here, i don't know my chrome version (i mainly use safari on my school mac, sue me 😛) but i can say this issue does not appear to be resolved. at least context menu isn't gone, so we can change it ourselves. I am running on windows 11, chrome (idk version will be back when i find out)

-

(Unassigned)

Retrieved