diff --git a/css/style.css b/css/style.css index 0a2cefd..8c66c5e 100644 --- a/css/style.css +++ b/css/style.css @@ -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; } diff --git a/index.html b/index.html index ac22210..7f139a3 100644 --- a/index.html +++ b/index.html @@ -278,13 +278,14 @@