ecnu-im/sticky-sidenav

Make the sidenav section sticky and scrollable. Also support hot-discussions widget.

Installs: 893

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 1

Open Issues: 0

Language:Less

Type:flarum-extension

v1.1.0 2022-05-02 12:29 UTC

This package is auto-updated.

Last update: 2024-03-30 00:22:25 UTC


README

License Latest Stable Version Total Downloads

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:

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

Links