0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

fix(console): improve horizontal scrollbar thumb styles

This commit is contained in:
Charles Zhao 2022-05-18 23:39:06 +08:00
parent 542d878231
commit 818b1d7cc7
No known key found for this signature in database
GPG key ID: 4858774754C92DF2

View file

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