From 6b68f2f6dc260bc3fbdbb36ed12769bf1e21cae0 Mon Sep 17 00:00:00 2001 From: Yaco Date: Thu, 28 Oct 2021 18:30:19 +0000 Subject: adds inset shadow for maps --- style.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style.less b/style.less index d9d7eb0..705db87 100644 --- a/style.less +++ b/style.less @@ -100,6 +100,17 @@ section#home-header { color: white; } +.leaflet-container:after { + content: ''; + width: 100%; + height: 100%; + box-shadow: black 0 0px 19px -8px inset; + position: absolute; + top: 0; + z-index: 1000000; + pointer-events:none; +} + // ***************** RESPONSIVE -- cgit v1.2.1