fix: broken scroll on latest chrome versions (#5816)

Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
Mayank Jain 2026-02-03 12:07:54 +05:30 committed by GitHub
parent fbe0b8fd10
commit fcf31a4fd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -22,13 +22,13 @@
@apply selection:bg-accentDark; @apply selection:bg-accentDark;
@apply selection:text-accentContrast; @apply selection:text-accentContrast;
@apply overscroll-none;
} }
:root { :root {
@apply antialiased;
accent-color: var(--accent-color); accent-color: var(--accent-color);
font-variant-ligatures: common-ligatures; font-variant-ligatures: common-ligatures;
@apply antialiased;
@apply overscroll-none;
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {

View file

@ -69,13 +69,13 @@
@apply selection:bg-accentDark; @apply selection:bg-accentDark;
@apply selection:text-accentContrast; @apply selection:text-accentContrast;
@apply overscroll-none;
} }
:root { :root {
@apply antialiased;
accent-color: var(--accent-color); accent-color: var(--accent-color);
font-variant-ligatures: common-ligatures; font-variant-ligatures: common-ligatures;
@apply antialiased;
@apply overscroll-none;
} }
input::placeholder, input::placeholder,

View file

@ -87,13 +87,13 @@
@apply selection:bg-accentDark; @apply selection:bg-accentDark;
@apply selection:text-accentContrast; @apply selection:text-accentContrast;
@apply overscroll-none;
} }
:root { :root {
@apply antialiased;
accent-color: var(--accent-color); accent-color: var(--accent-color);
font-variant-ligatures: common-ligatures; font-variant-ligatures: common-ligatures;
@apply antialiased;
@apply overscroll-none;
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {