Blame view

src/app/data/map/map.scss 260 Bytes
88b2c072   Yarik   Map
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  .toolbar button {
      margin: 2px;
      padding: 0;
  }
  
  #mapId {
      height: 100%;
  }
  
  .leaflet-container {
      width: 100%;
      height: 100%;
  }
  
  .map-container {
      height: 100%;
  }
  
  leaf-element {
      width: 100%;
  }
  
  .leaflet-pane {
      z-index: 0 !important;
  }