scrollbar fix

This commit is contained in:
Eugene Pankov 2018-01-24 16:01:32 +01:00
parent 2bea4b9d6c
commit b007ff6ff6

View File

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