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

pull/1/head
Lim Chee Aun 2022-12-11 16:00:44 +08:00
rodzic cfce3c32cd
commit 61d38e2996
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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