From 38dad472f62cb7500963d0466c9c6b99485097e2 Mon Sep 17 00:00:00 2001 From: moist-webDev Date: Sat, 10 Jun 2023 20:51:13 -0400 Subject: [PATCH] fix scrollview so it ends above the navigation bar --- routes/OtherCat.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/routes/OtherCat.tsx b/routes/OtherCat.tsx index 749b522..bb2cf39 100644 --- a/routes/OtherCat.tsx +++ b/routes/OtherCat.tsx @@ -72,7 +72,7 @@ export default function OtherCat({theme, otherCategories, setOtherCategories, se ADD NEW CATEGORY - + {catSorted.map((cat:any) => { return ( {setShowBack('categories');setSelCat(cat); setTitle(cat.title);}} to='/other' style={st.category} key={cat.id}> @@ -143,6 +143,7 @@ const style = (theme:any) => { textAlign: 'center', padding: 10, backgroundColor: theme.primary, + marginBottom: 20, }, category: { color: theme.text,