scrollbars and small css changes

This commit is contained in:
wrzesinski-hubert
2020-11-22 17:22:13 +01:00
parent 6de97c107e
commit f06830e4d2
8 changed files with 33 additions and 32 deletions

View File

@ -14,16 +14,14 @@ const RightbarStyled = styled.div`
overflow-y: scroll;
::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #f5f5f5;
}
::-webkit-scrollbar {
width: 12px;
background-color: #f5f5f5;
width: 5px;
border-style:none;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: black;
border: 1px solid;
background-color: #4b4b4b;
}
background-color: white;
border-radius: 5px;