Bug Report
When I modify the demo from #2036 with textarea - https://jsfiddle.net/2w493cyo/1/ - and resize the textarea vertically to force the modal height to be greater than the viewport, no scrollbar is shown. But when I change/maximalize browser window size, it trigger some internal change and scrollbar is added, even if nothing in the modal is changed. It seems not enough changes are observed.
Steps to reproduce
- open https://jsfiddle.net/2w493cyo/1/
- resize textare by dragging the bottom-right corner to make the modal height overflow
- notice no scrollbar
Expected result

Actual result
no vertical scrollbar after modal height overflow

Bug Report
When I modify the demo from #2036 with textarea - https://jsfiddle.net/2w493cyo/1/ - and resize the textarea vertically to force the modal height to be greater than the viewport, no scrollbar is shown. But when I change/maximalize browser window size, it trigger some internal change and scrollbar is added, even if nothing in the modal is changed. It seems not enough changes are observed.
Steps to reproduce
Expected result
Actual result
no vertical scrollbar after modal height overflow