diff --git a/src/styles.scss b/src/styles.scss index 9f77dfa..a642eae 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -62,6 +62,10 @@ a[href^="https://maps.google.com/maps"]{display:none !important} color: white; } +.leaflet-tooltip-bottom:before { + display: none; +} + .leaflet-popup-content-wrapper { background: rgba(0, 0, 0, 0.6) !important; color: white !important;