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:
David Larlet 2023-06-17 09:05:25 -04:00
parent 5dd0c2394a
commit ac8f343d67
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -587,10 +587,8 @@ ul.photon-autocomplete {
border-radius: 2px;
}
.leaflet-control-browse .umap-browse-datalayers {
height: fit-content;
max-height: 40em;
max-height: 15em;
overflow-y: auto;
resize: vertical;
}
.search-result-tools i,
.leaflet-inplace-toolbar a,