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:
Yohan Boniface 2023-06-15 21:36:31 +02:00 committed by GitHub
commit fef82818e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,