I encountered an issue with a Fixed positioned DIV that has dynamically appended content using jQuery.
Once the height of the DIV exceeds the screen size, I am unable to view the contents at the bottom of the DIV without zooming in using the browser's zoom tool.
Is there a way to make the div scrollable when its height surpasses a certain limit?
Any assistance on this matter would be greatly appreciated.