mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-08 17:16:25 +01:00
Experiment using touch-action
This commit is contained in:
parent
87d0b86ecb
commit
42df8e62c5
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
box-shadow: inset 0 -3px var(--comment-line-color),
|
box-shadow: inset 0 -3px var(--comment-line-color),
|
||||||
inset 0 3px var(--comment-line-color);
|
inset 0 3px var(--comment-line-color);
|
||||||
overscroll-behavior-x: contain;
|
overscroll-behavior-x: contain;
|
||||||
|
touch-action: pan-x;
|
||||||
}
|
}
|
||||||
.timeline.contextual .replies[data-comments-level='4'] {
|
.timeline.contextual .replies[data-comments-level='4'] {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
Loading…
Reference in a new issue