#Why is the first scrolling bar there? and sometimes scrolling is stuck

14 messages · Page 1 of 1 (latest)

flint flicker
#

Do not share code as rar, zip, or any other compressed format. Use pastebin, github, codepen, etc.

fervent harness
#

alright

flint flicker
#

Compressed files can be set up with malware that infects a computer during decompression. We cannot monitor that for safety.

fervent harness
#

oh lol didnt know that

#

but lemme set it on github

#

can someone help me with the scrolling isseus?

flint flicker
#

You have an extra scrollbar because you have this CSS twice in your code on the body:

overflow-x: hidden;

Neither of them is needed, but having them implicitly makes overflow-y: auto;, and that is what is causing the scrollbar.

In regard to the scrolling getting stuck, it could be the result of excessive processing required. You have MANY libraries loaded. That makes it hard to analyze, but the combined work of all of them may be too much for the browser. Also, there is a commonly used effect in which part of the page scrolls horizontally when the user tries to do vertical scrolling. That behavior might possibly be encoded by one of the libraries that you are using.

fervent harness
#

Okey it did, but now i got this

#

i removed it but now this is visiable so i got an horizontal scroll

flint flicker
fervent harness
#

ok am stupid