I have a jQuery report where I am generating dynamic HTML content (nested divs, span, label) using JSON. The report utilizes jQuery, mCustomScrollbar, commons, and jQueryUI.
When I have a
<div>...//some static code </div>
, everything works perfectly fine.
However, when I add dynamic code between this
<div> // dynamic code using ajax </div>
, the scrollbar does not appear.
Oddly enough, if I minimize/maximize the browser window or open 'firebug', the scrollbar suddenly appears.
Could this issue be due to dynamically generated CSS styles? I am new to jQuery and could use some assistance with CSS.