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:
commit
03354056b9
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@ table {
|
|||
width: 8px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar:horizontal {
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--color-neutral-variant-80);
|
||||
border-radius: 4px;
|
||||
|
|
Loading…
Reference in a new issue