Alexis Urena
Alexis Urena

Reputation: 1

Chrome mouse scrolling not working on my site

This is my first post, so hopefully people will be easy on me.

Don't know if its a viewport issue since I've had some issues with fitting the footer. Some post suggest modifying overflow, but scroll bar is available and can manually be scrolled, using the mouse wheel is the issue.

Here is link to the site..

http://d15.c40.myftpupload.com/architecture/

Thanks in advance.

Upvotes: 0

Views: 815

Answers (1)

adrian.krzysztofek
adrian.krzysztofek

Reputation: 969

At least 2 parts of your JS are doing some actions on mousewheel event. Consider revisiting them and perhaps testing the page with them being commented out.

enter image description here

Upvotes: 1

Related Questions