• If you could provide a link to a page on which this happens, that would be helpful.

    But we believe that this is caused by very long URLs or strings that are not being broken up for display. Safari handles this badly, instead of staying left-aligned it jumps outside of the view area without letting you move to the left.

    We have it logged: https://github.com/microcosm-cc/microweb/issues/251

    The fix we will apply is to extend our Go HTML sanitization library such that strings above 50 chars have a space inserted so that page layout doesn't break.

About