mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01:00
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…
Reference in a new issue