From dbf839da5b2cc21e3121c9fe5da129a14ef544d1 Mon Sep 17 00:00:00 2001 From: Sawyer Hood Date: Sun, 5 Jul 2026 09:18:07 -0700 Subject: [PATCH] Fix two-finger history swipe --- apps/app/src/app.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/app/src/app.css b/apps/app/src/app.css index 87305e035..a51aa787b 100644 --- a/apps/app/src/app.css +++ b/apps/app/src/app.css @@ -16,7 +16,11 @@ html.bb-app-shell-root, body.bb-app-shell { overflow: hidden; - overscroll-behavior: none; + /* + * Suppress vertical rubber-banding without blocking the native horizontal + * two-finger back/forward gesture. + */ + overscroll-behavior-y: none; } html.bb-app-shell-root[data-bb-popout-route],