1
0
Fork 0

Disable touch-action

This commit is contained in:
Lim Chee Aun 2023-11-14 13:49:13 +08:00
parent e049539b91
commit 7248095a92

View file

@ -359,7 +359,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
box-shadow: inset 0 -3px var(--comment-line-color),
inset 0 3px var(--comment-line-color);
overscroll-behavior-x: contain;
touch-action: pan-x;
/* touch-action: pan-x; */
}
.timeline.contextual .replies[data-comments-level='4'] {
overflow-x: auto;