mirror of
https://github.com/logto-io/logto.git
synced 2025-02-03 21:48:55 -05:00
fix(console): improve horizontal scrollbar thumb styles
This commit is contained in:
parent
542d878231
commit
818b1d7cc7
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue