Browse Source

fix: тёмный фон leaflet-container вместо белого при загрузке тайлов

neyrogovnarik 1 month ago
parent
commit
131eb5282c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      frontend/src/styles/globals.css

+ 4 - 0
frontend/src/styles/globals.css

@@ -18,6 +18,10 @@
   padding: 0;
   padding: 0;
 }
 }
 
 
+.leaflet-container {
+  background: #060606;
+}
+
 html, body {
 html, body {
   height: 100%;
   height: 100%;
   overflow: hidden;
   overflow: hidden;