projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0ae732
)
imagery: add scroll to layers
author
Grant Slater
<git@firefishy.com>
Fri, 17 Jun 2016 14:46:33 +0000
(15:46 +0100)
committer
Grant Slater
<git@firefishy.com>
Fri, 17 Jun 2016 14:46:33 +0000
(15:46 +0100)
cookbooks/imagery/files/default/imagery.css
patch
|
blob
|
history
diff --git
a/cookbooks/imagery/files/default/imagery.css
b/cookbooks/imagery/files/default/imagery.css
index 0a22de63654b403c3606242306d65f68f0dc4f5a..59fd9bb6635f731a210bca7e8cce77faa8d1f845 100644
(file)
--- a/
cookbooks/imagery/files/default/imagery.css
+++ b/
cookbooks/imagery/files/default/imagery.css
@@
-5,3
+5,8
@@
left: 0px;
right: 0px;
}
+
+.leaflet-control-layers-expanded {
+ max-height: 700px;/*less than map height! */
+ overflow: auto;
+}