Try this fancy touch-action
This commit is contained in:
parent
e32c6c6473
commit
c205a43125
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue