fix(stats): stop comparison overscroll

This commit is contained in:
Adam 2026-07-10 07:31:00 -05:00
commit 1c7f65f105
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -6094,6 +6094,7 @@
top: 72px;
z-index: 9;
overflow-x: auto;
overscroll-behavior-x: none;
background: var(--stats-bg);
scrollbar-width: none;
}
@ -6104,6 +6105,7 @@
[data-page="stats"] [data-component="compare-detail-body-scroll"] {
overflow-x: auto;
overscroll-behavior-x: none;
}
[data-page="stats"] [data-section="compare-detail-selector"],