Problem with combo div

When I place a combo box inside a DIV which contains a scroll bar then the position of the combo menu is not attaching with the component. I have placed a combo inside a DIV. And then I have opened the combo for selection; now if I move my DIV scroll bar the populated combo menu is moving along with scroll bar.

Is there any option to disable this?

There is no way to fully fix the issue, it possible to attach onscroll event to the scrollable area and hide combo menu on scroll start.