Explorar o código

fix(map): !important для фона leaflet-container чтобы перебить дефолтный #ddd

neyrogovnarik hai 1 semana
pai
achega
ee093cf032
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/src/styles/globals.css

+ 1 - 1
frontend/src/styles/globals.css

@@ -19,7 +19,7 @@
 }
 
 .leaflet-container {
-  background: #060606;
+  background-color: #060606 !important;
 }
 
 html, body {