Ability to resize the list of layers displayed on the map
This is a proposed change to resize the list of layers to fit the content of the list by default and give the ability to resize the window. I felt that I was constrained by the fixed size that wasn't displaying enough layers to be comfortable to use.
This commit is contained in:
parent
03b6f94a79
commit
d53bbf84f2
1 changed files with 2 additions and 1 deletions
|
@ -587,8 +587,9 @@ ul.photon-autocomplete {
|
|||
border-radius: 2px;
|
||||
}
|
||||
.leaflet-control-browse .umap-browse-datalayers {
|
||||
max-height: 10em;
|
||||
height: max-content;
|
||||
overflow-y: auto;
|
||||
resize: vertical;
|
||||
}
|
||||
.search-result-tools i,
|
||||
.leaflet-inplace-toolbar a,
|
||||
|
|
Loading…
Reference in a new issue