0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

Merge pull request #883 from logto-io/charles-improve-horizontal-scrollbar-styles

fix(console): improve horizontal scrollbar thumb styles
This commit is contained in:
Charles Zhao 2022-05-19 10:02:05 +08:00 committed by GitHub
commit 03354056b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,10 @@ table {
width: 8px; width: 8px;
} }
::-webkit-scrollbar:horizontal {
height: 8px;
}
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: var(--color-neutral-variant-80); background: var(--color-neutral-variant-80);
border-radius: 4px; border-radius: 4px;