What changed
Bug fixes
* Correct partially the scroll when mouse is not over the content
* Correct iframe height bug
Version 3.0.1 fixed the navbar glitch, but introduced another bug: when the mouse was not over the page content it was not possible to scroll. This patch corrects that partially. Meaning, now the page can be scrolled again, even if the mouse is not over the content. However, if the mouse is over the navbar, the scroll will not work (and it should). A future update is needed to address this.
**Full Changelog**: https://github.com/gabrieltempass/streamlit-navigation-bar/compare/3.0.1...3.0.2