Add toggle button for optional layers and make scrollable and expandable
This commit is contained in:
parent
182edb2ee1
commit
64957d923b
3 changed files with 25 additions and 4 deletions
|
|
@ -389,6 +389,11 @@ table.dataTable.display tbody tr.even:hover {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.leaflet-sidebar-content {
|
||||
/* for optional-layers-tree */
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
/* layers control as sidebar tab */
|
||||
#layers-control-wrapper label,
|
||||
#optional-layers-tree {
|
||||
|
|
@ -406,6 +411,10 @@ table.dataTable.display tbody tr.even:hover {
|
|||
height: 23px;
|
||||
}
|
||||
|
||||
#layers-button-group {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#optional-layers-tree {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue