fix: wrong add page button position

This commit is contained in:
JimmFly
2023-01-03 19:30:13 +08:00
committed by DarkSky
parent f4a4350f68
commit 570ebe7923

View File

@@ -21,6 +21,7 @@ export const StyledSliderBarWrapper = styled.div(() => {
height: '100%',
overflowX: 'hidden',
overflowY: 'auto',
position: 'relative',
};
});