/* * This should help minimize swipe-to-go-back behaviour, enabling our * swipe-to-reveal-conversation-menu behaviour. It won't work in all cases; in * iOS Safari, when swiping from the screen edge, the OS gets the event and * handles it before the browser does. */ html, body { overscroll-behavior-x: none; }