Wordpress plugin page without scroll

Hi
I need some help!
I use the plugin for wordpress to implement the shop in the webpage.
I have problems with the web scroll down it’s not working when the screen is maximized in chrome and firefox and others. The screen stays fixed.
In the explorer works fine and if I minimize the window and resize it it works properly!

And I have a white font with a white background in the product name.

This is the web [https://texelgames.com/shop

How can I fix it?

Thanks in advance!

I think the problem is caused by niceScroll wordpress plugin.
try this
Theme Options > Advanced – Theme Features and turning – Smooth Scrolling off.

for the white product title , find this on your theme css files and change #ffffff to any another color

.fusion-modal h1, .fusion-post-content h1, .fusion-tb-footer h1, .fusion-tb-page-title-bar h1, .fusion-widget-area h1, .post-content h1, .search-page-search-form h1, .title h1 {
color: #ffffff;
}

or override it by adding .title h1 {color: #29292A !important;} to any css file

And you have to reduce the java scripts. There are more than 150 scripts on this page.

Greetz David

Thank you all so much! I was able to solve the problem.