diff --git a/src/screens/Library.tsx b/src/screens/Library.tsx index 63f45319..1cf91d46 100644 --- a/src/screens/Library.tsx +++ b/src/screens/Library.tsx @@ -42,7 +42,6 @@ const TabsMenu = styled(Tabs)(({ theme }) => ({ width: 'calc(100% - 64px)', zIndex: 1, backgroundColor: theme.palette.background.default, - paddingBottom: '13px', [theme.breakpoints.down('sm')]: { top: '56px', // header height width: '100%', @@ -146,6 +145,7 @@ export function Library() { return ( handleTabChange(newTab)} indicatorColor="primary"