Merge pull request #1150 from umap-project/pfbreton-perso-patch-1
Back to max-height only for datalayers
This commit is contained in:
commit
6f75807fc7
1 changed files with 1 additions and 2 deletions
|
@ -587,9 +587,8 @@ ul.photon-autocomplete {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
.leaflet-control-browse .umap-browse-datalayers {
|
.leaflet-control-browse .umap-browse-datalayers {
|
||||||
height: max-content;
|
max-height: 15em;
|
||||||
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