0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

style(console): improve scrollbar styles, leaving 4px margin on both sides

This commit is contained in:
Charles Zhao 2022-05-19 19:41:13 +08:00
parent 97e6bdd8aa
commit 3e7ff0cedf
No known key found for this signature in database
GPG key ID: 4858774754C92DF2

View file

@ -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 {