However, this is NOT fired when the browsers adds the scroll bars once the UI has dynamically added content to extend the browser's screen
So my app is fine when it first loads and the content doesn't go below the viewport; however, once the content goes below the browsers automatically adds its scrollbars but a resize event is not fired.
This is a problem because the width of the scrollbars also causes the bottom horizontal scrollbars to show.
I appreciate your thoughts! Thanks!