Scrollable Map Sidebar

Scrollable Map Sidebar en

Installations 64 Likes 8
Abandoned Sidebar

This theme is now deprecated and its functionality has been merged into Map Sidebar Optimization.

This theme modifies the default scrolling behaviour in four ways:

  1. Uses a thin scrollbar rather than a wide one (thickness and colours are customizable).
  2. Optimizes the wasted space at the top and bottom, and between some elements.
  3. Pins the following elements to the bottom regardless of scrolling: "Back to (Map Name)" button, in the default (legend) pane; "Remove" button, in the marker pane.
  4. Fixes a display bug that causes a scrollbar to appear in the main map container.
Customization

Note that depending on your browser and OS settings, the scrollbar may be more or less invisible at first. You can customize the scrollbar’s colours by adding the following rules to your campaign’s CSS (the first property sets the track, or gutter, and the second sets the slider, or handle):

#map-body {
--map-sidedar-scrollbar-track-color: slategrey;
--map-sidedar-scrollbar-slider-color: whitesmoke; }

You can do the same for the scrollbar’s width (thin or auto) using the following properties:

#map-body {
--map-sidedar-scrollbar-width: thin; }

However, those properties are still not supported on Safari as of early 2025.

More sidebar goodness

This theme can be used alongside either of Scrollable Main Sidebar or Pop-Out Sidebar and pairs well with Map Sidebar Legibility Upgrades.


Want to show appreciation for my plugins or request one-on-one CSS help? I accept tips on Ko-fi (no account needed): Support me on Ko-fi.com

Latest version EOL

Released 1 week ago

Kanka 2.9’s changes to the sidebar have made this theme largely obsolete. Its scrollbar customization options have been moved to my Map Sidebar Optimization theme, along with the sticky Back/Remove buttons at the bottom. These are still present here, but expect this plugin to be deleted eventually rather than keeping both up to date.