From 385373a4a1df0b4505c273db82296073aa82102e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 4 Jan 2025 16:23:33 +0100 Subject: CSS: Make the layer scrolling bar selectable. A vertical scrolling bar shows up on the right of the layer selection panel, but it was not selectable. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 88afbca..09d00f2 100644 --- a/style.css +++ b/style.css @@ -208,6 +208,7 @@ body.progress { margin-right: var(--map-menu-spacing); font-size: medium; z-index: 11; + pointer-events: auto; --bs-modal-color: var(--bs-body-color); --bs-modal-padding: .75rem; } -- cgit v1.2.3