test: scrollbar error on android

This commit is contained in:
radishzzz 2025-03-28 00:58:54 +00:00
parent dc17f304c1
commit 7a25c20abe
8 changed files with 8 additions and 6 deletions

View file

@ -5,11 +5,7 @@
}
html {
--at-apply: 'bg-background c-secondary antialiased scrollbar-hidden scroll-smooth';
}
html::-webkit-scrollbar {
--at-apply: 'hidden';
--at-apply: 'bg-background c-secondary antialiased scroll-smooth';
}
body {