Back to max-height only for datalayers
Refs https://github.com/umap-project/umap/pull/1149 Refs https://github.com/umap-project/umap/pull/1143 There are still issues with resize+(max-)height combination, to be addressed in a future release.
This commit is contained in:
parent
5dd0c2394a
commit
ac8f343d67
1 changed files with 1 additions and 3 deletions
|
@ -587,10 +587,8 @@ ul.photon-autocomplete {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
.leaflet-control-browse .umap-browse-datalayers {
|
.leaflet-control-browse .umap-browse-datalayers {
|
||||||
height: fit-content;
|
max-height: 15em;
|
||||||
max-height: 40em;
|
|
||||||
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