Try this fancy touch-action

This commit is contained in:
Lim Chee Aun 2022-12-28 20:38:16 +08:00
parent e32c6c6473
commit c205a43125

View file

@ -456,6 +456,7 @@ a.mention span {
/* scroll-behavior: smooth; */ /* scroll-behavior: smooth; */
scrollbar-width: none; scrollbar-width: none;
overscroll-behavior: contain; overscroll-behavior: contain;
touch-action: pan-x;
} }
.carousel::-webkit-scrollbar { .carousel::-webkit-scrollbar {
display: none; display: none;