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:
John Firebaugh 2013-07-12 12:17:51 -07:00
parent d9f3ceed95
commit aff23d4b4b
11 changed files with 27 additions and 120 deletions

View file

@ -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 () {