mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:51:09 +08:00
FIX handle not draggable in sidebar
This commit is contained in:
parent
7b24721b75
commit
c1e10435f2
@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user