2
0

feat: ️ Hide steps sidebar scrollbar

This commit is contained in:
Baptiste Arnaud
2022-02-28 14:22:43 +01:00
parent 33497b8766
commit 0df719d531
3 changed files with 18 additions and 5 deletions

View File

@ -97,6 +97,7 @@ export const StepsSideBar = () => {
spacing={6}
userSelect="none"
overflowY="scroll"
className="hide-scrollbar"
>
<Flex justifyContent="flex-end">
<Tooltip label={isLocked ? 'Unlock sidebar' : 'Lock sidebar'}>