From 14514e0f515cdde1258626f836c5dc903dbf8b1f Mon Sep 17 00:00:00 2001 From: SuperPat <7791600+SuperPat45@users.noreply.github.com> Date: Tue, 5 Feb 2019 15:58:02 +0100 Subject: [PATCH] Firefox 64 now supports thin scrollbars Since firefox 64, thin scrollbars are supported thanks to the new scrollbar-width property. --- dist/leaflet-routing-machine.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/leaflet-routing-machine.css b/dist/leaflet-routing-machine.css index f5139551..5c6e6a8e 100644 --- a/dist/leaflet-routing-machine.css +++ b/dist/leaflet-routing-machine.css @@ -59,6 +59,10 @@ cursor: pointer; } +.leaflet-routing-alt { + scrollbar-width: thin; +} + .leaflet-routing-alt::-webkit-scrollbar { width: 8px; }