소스 검색

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

neyrogovnarik 1 주 전
부모
커밋
ee093cf032
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {