From 61d38e29966b0d29d326a0457d21b69e3a09f887 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun <cheeaun@gmail.com> Date: Sun, 11 Dec 2022 16:00:44 +0800 Subject: [PATCH] Didn't know this can prevent accidental browser "Back" feature --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index ab92e5ee..a9e6e606 100644 --- a/src/app.css +++ b/src/app.css @@ -311,6 +311,7 @@ a.hashtag { scroll-snap-type: x mandatory; /* scroll-behavior: smooth; */ scrollbar-width: none; + overscroll-behavior: contain; } .carousel::-webkit-scrollbar { display: none;