mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-09 06:20:22 +08:00
scrollbar fix
This commit is contained in:
parent
2bea4b9d6c
commit
b007ff6ff6
@ -8,6 +8,15 @@ a:hover {
|
||||
|
||||
x-screen {
|
||||
transition: 0.125s ease background;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 3px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
x-row > span {
|
||||
|
Loading…
Reference in New Issue
Block a user