Latest version 2.4
Released 1 year ago
Modifies the map Explore sidebar to optimize space and keep some information and buttons on-screen at all times. Only applies to desktop view.
This theme modifies the default scrolling behaviour in four ways:
Note that depending on your browser and OS settings, the scrollbar may be more or less invisible at first. Whether or not this is the case, 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):
.main-sidebar {
--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:
.main-sidebar {
--map-sidedar-scrollbar-width: thin; }
However, this property is only supported on Firefox and derivatives as of summer 2021.
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):
Released 1 year ago