Browse Source

Se setea z-index a 0 para el mapa, en el formulario de ONU, al seleccionar tipo de objeto, las opciones del select quedaban por debajo del mapa.

Maxi Schvindt 7 years ago
parent
commit
f585221b13
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Resources/views/Leaflet/map.html.twig

+ 1 - 0
Resources/views/Leaflet/map.html.twig

@@ -4,6 +4,7 @@
     .leaflet-map-widget {
     .leaflet-map-widget {
         height: 400px;
         height: 400px;
         border: 1px solid #CCCCCC;
         border: 1px solid #CCCCCC;
+        z-index: 0;
     }
     }
 
 
     .leaflet-control-search.search-exp.leaflet-control {
     .leaflet-control-search.search-exp.leaflet-control {