fix(component): toast duration (#1732)

This commit is contained in:
Himself65
2023-03-28 14:58:51 -05:00
committed by GitHub
parent 6917d2100f
commit f18127dfd6
2 changed files with 7 additions and 3 deletions

View File

@@ -17,6 +17,9 @@ export const StyledSliderBar = styled('div')<{ show: boolean }>(
display: 'flex',
flexDirection: 'column',
overflow: 'hidden',
[theme.breakpoints.down('sm')]: {
position: 'absolute',
},
};
}
);