Comment leaflt-container
This commit is contained in:
parent
58dce24463
commit
eb173a396a
@ -1,21 +1,21 @@
|
||||
.map-container {
|
||||
position: absolute;
|
||||
top: 206px; /* sync with header positioning 76px*/
|
||||
top: 76px; /* sync with header positioning*/
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
min-width: 320px;
|
||||
}
|
||||
/*@media (min-width: 990px) {
|
||||
@media (min-width: 990px) {
|
||||
.map-container {
|
||||
top: 0;
|
||||
left: 470px;
|
||||
}
|
||||
}*/
|
||||
.leaflet-container {
|
||||
}
|
||||
/*.leaflet-container {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}*/
|
||||
.leaflet-container .leaflet-control-zoom {
|
||||
border: 1px solid #fff;
|
||||
box-shadow: 0 0 1px 1px #222;
|
||||
|
Loading…
Reference in New Issue
Block a user