Didn't know this can prevent accidental browser "Back" feature

This commit is contained in:
Lim Chee Aun 2022-12-11 16:00:44 +08:00
parent cfce3c32cd
commit 61d38e2996

View file

@ -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;