I recently started working on a WordPress website that someone else setup. One odd thing I have found is that if you are running Chrome you can't scroll using your mouse - only the scroll bars on the side. Scrolling seems to work fine in Firefox and Safari.
Typically when I run into a problem like this it's either caused by the overflow
or position
css attributes, but after poking around I don't see any occurrences of those that would cause this problem.
Can anyone see why this might be happening or suggest other things to look at that might explain why it's not possible to scroll using ones mouse? Any idea why it would happen in Chrome but nothing else?