I'm not sure whether this bug applies to Firefox only or also to WebKit-based browsers, but it's really, really annoying.
I've got a template/framework for my CMS interface, using box-shadow on a few elements with a width of 100%. Since this causes shadow on the right side of the element, a scroll bar appears. To hide the ugly scrollbar, I set "overflow: hidden" on the body element and on the wrapper div.
This causes some strange behaviour. Though there aren't any scrollbars, the page still scrolls to the right when I scroll using my touchpad (horizontal scroll). I've tried a hell of a lot and googled my ass off, but I can't seem to find a solution for this..
Anyone know a problem solver? or is this just an example of conflicting implementation of css3 box-shadow?