Simplify sidebar/resize
Float sidebars left/right and use overflow: hidden. Fixes a bug on Opera where mouse events propagate to the map.
This commit is contained in:
parent
d9f3ceed95
commit
aff23d4b4b
11 changed files with 27 additions and 120 deletions
|
@ -9,10 +9,6 @@ $(document).ready(function () {
|
|||
L.OSM.zoom()
|
||||
.addTo(map);
|
||||
|
||||
$("#changeset_list_map").on("resized", function () {
|
||||
map.invalidateSize();
|
||||
});
|
||||
|
||||
var group = L.featureGroup().addTo(map);
|
||||
|
||||
$("[data-changeset]").each(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue