Explorar el Código

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

neyrogovnarik hace 1 semana
padre
commit
ee093cf032
Se han modificado 1 ficheros con 1 adiciones y 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 {