A Flarum extension. Make the sidenav section sticky and scrollable. Also support hot-discussions widget.
Usually when we make the sidenav section sticky, we have to scroll to the bottom of the page to view the tags that are not shown in the first place. This extension resolves the problem by making the sidenav scrollable, which can be useful when using the AutoMore extension.
The scrollbar will appear only if there are too many tags AND the mouse is hovering above the sidenav. Example:
Install with composer:
composer require ecnu-im/sticky-sidenav
composer update ecnu-im/sticky-sidenav
php flarum migrate
php flarum cache:clear