Merge pull request #1143 from pfbreton-perso/patch-1
Ability to resize the list of layers displayed on the map
This commit is contained in:
commit
fef82818e1
1 changed files with 2 additions and 1 deletions
|
@ -587,8 +587,9 @@ ul.photon-autocomplete {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
.leaflet-control-browse .umap-browse-datalayers {
|
.leaflet-control-browse .umap-browse-datalayers {
|
||||||
max-height: 10em;
|
height: max-content;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
resize: vertical;
|
||||||
}
|
}
|
||||||
.search-result-tools i,
|
.search-result-tools i,
|
||||||
.leaflet-inplace-toolbar a,
|
.leaflet-inplace-toolbar a,
|
||||||
|
|
Loading…
Reference in a new issue