I have recently developed a custom jquery plugin that is integrated into a Joomla article using some HTML code.
One issue I am encountering is that when the plugin adds additional content at the bottom of the article (shown in red), it causes the article to display a vertical scrollbar, as seen here:
To address this, I tried adding overflow:auto to the article to show all content without the scrollbars. However, this resulted in a separate scrollbar being displayed on the article itself, as shown here:
My question is, how can I remove the vertical scrollbar from the article and instead "push" the footer content so that users can navigate using the main vertical scrollbar?
Any suggestions or solutions would be greatly appreciated!