fix(app): session scroll bar color (#11857)

This commit is contained in:
Alex Yaroshuk 2026-02-03 07:01:47 +08:00 committed by GitHub
parent 188cc24bfc
commit ba545ba9b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,19 +10,6 @@
/* background-color: var(--color-primary); */
/* color: var(--color-background); */
/* } */
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background-color: var(--surface-float-base);
border-radius: var(--radius-md);
}
* {
scrollbar-color: var(--surface-float-base) transparent;
}
}
.no-scrollbar {