FIX handle not draggable in sidebar

This commit is contained in:
Norbert de Langen 2020-03-10 19:38:03 +01:00
parent 7b24721b75
commit c1e10435f2
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -27,8 +27,11 @@ const Container = styled.nav({
});
const CustomScrollArea = styled(ScrollArea)({
'.simplebar-track.simplebar-vertical': {
right: 4,
'&&&&& .os-scrollbar-handle:before': {
left: -12,
},
'&&&&& .os-scrollbar-vertical': {
right: 5,
},
});