scrollbars and small css changes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user