Modal overlay prevent the mouse wheel event
Created by: tobyee
The mouse wheel works while the cursor was in the dialog content area, but fail outside.
This bug may be relative to #14916 (closed).
I think the reason is:
In v3.2 the overlay was append to body
, but in v3.3 the overlay was append to .modal
, the change need more test.