diff --git a/src/custom/components/SearchModal/ManageLists/ManageListsMod.tsx b/src/custom/components/SearchModal/ManageLists/ManageListsMod.tsx index cc13389eaa..b095acaf4d 100644 --- a/src/custom/components/SearchModal/ManageLists/ManageListsMod.tsx +++ b/src/custom/components/SearchModal/ManageLists/ManageListsMod.tsx @@ -246,7 +246,6 @@ ListRowProps & { listUrl: string }) { }) export const ListContainer = styled.div` - padding-bottom: 80px; height: 100%; overflow-y: auto; /* MOD */ diff --git a/src/custom/components/SearchModal/ManageLists/index.tsx b/src/custom/components/SearchModal/ManageLists/index.tsx index 3a24d34389..566f5a44c9 100644 --- a/src/custom/components/SearchModal/ManageLists/index.tsx +++ b/src/custom/components/SearchModal/ManageLists/index.tsx @@ -24,6 +24,7 @@ const Wrapper = styled.div` ${ListContainer} { ${({ theme }) => theme.neumorphism.boxShadow} padding: 1rem; + padding-bottom: 80px; } `