1
0
Fork 0

Prevent accidental browser history nav

When scrolling inside deeply nested comments
This commit is contained in:
Lim Chee Aun 2023-10-26 17:05:37 +08:00
parent 1c87dd6e41
commit 8858ce3e89

View file

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