OTW Map on Edit Workout Page Explodes

Issue #78 resolved
Michael McGuirk created an issue

Well not exactly. What used to be small map of the workout has turned into a large map that obscures part of the edit page. Fortunately the map can be dragged down out of the way so this is not a critical issue.

Comments (9)

  1. Sander Roosendaal repo owner

    Map overflow problem solved by adding

    .bk-canvas-map { overflow: hidden; }

    to the CSS style sheet. Feels like a temporary fix though.

  2. Michael McGuirk reporter

    Thank you, that did it! The map is a little larger now - zoomed in a little farther than before - much improved!

  3. Log in to comment