I'm creating a scrolling date picker. but when I want to scroll the div in which the date picker is, body(window) will scroll with it too, so how can I prevent body(window) from scrolling and only let the scroll happen in the aforementioned div. I know overflow: hidden will do the trick but it will flash in and flash out every time disabled or enabled.