ecnu-im / sticky-sidenav
Make the sidenav section sticky and scrollable. Also support hot-discussions widget.
Installs: 2 074
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Open Issues: 0
Language:Less
Type:flarum-extension
Requires
- flarum/core: ^1.2.0
README
A Flarum extension. Make the sidenav section sticky and scrollable. Also support hot-discussions widget.
Motivation
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.
Scrollbar
The scrollbar will appear only if there are too many tags AND the mouse is hovering above the sidenav. Example:
Installation
Install with composer:
composer require ecnu-im/sticky-sidenav
Updating
composer update ecnu-im/sticky-sidenav php flarum migrate php flarum cache:clear