Here is a simple test case for my problem :
- put mouse over the red square
- scroll with mouse wheel
- the parent div is not scrolling
How to make the parent div normally scroll with mouse wheel, even when the mouse is over the position: fixed element ?
Thanks.