scrollbar styling

This commit is contained in:
Jan Prochazka
2020-11-12 11:35:39 +01:00
parent 7658a2838a
commit aa0501a729
5 changed files with 25 additions and 14 deletions

View File

@@ -67,20 +67,6 @@ const TabsPanelContainer = styled.div`
::-webkit-scrollbar {
height: 7px;
}
::-webkit-scrollbar-track {
// -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
border-radius: 1px;
background-color: #ddd;
}
::-webkit-scrollbar-thumb {
border-radius: 1px;
// -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
background-color: #aaa;
&:hover {
background-color: #99c;
}
}
}
`;