From b4f085b86f548a0a13b78ce25bffe40823d9c707 Mon Sep 17 00:00:00 2001 From: w3stside Date: Wed, 27 Apr 2022 18:02:56 +0100 Subject: [PATCH] fix tokenlist padding --- src/custom/components/SearchModal/ManageLists/ManageListsMod.tsx | 1 - src/custom/components/SearchModal/ManageLists/index.tsx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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; } `