mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
Merge pull request #898 from logto-io/charles-log-2578-improve-scrollbar-styles
style(console): improve scrollbar styles, leaving 4px margin on both sides
This commit is contained in:
commit
8c77e65cb1
1 changed files with 5 additions and 3 deletions
|
@ -57,16 +57,18 @@ table {
|
|||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar:horizontal {
|
||||
height: 8px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--color-neutral-variant-80);
|
||||
border-radius: 4px;
|
||||
background-clip: content-box;
|
||||
border: 4px solid transparent;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
|
|
Loading…
Reference in a new issue