From 680b97ed43cc3588332f1995c97a4596598ac761 Mon Sep 17 00:00:00 2001 From: Stafford Williams Date: Mon, 30 Sep 2024 21:31:59 +1000 Subject: [PATCH] add overflow style --- components/ItemCreator.tsx | 4 ++-- components/ItemManager.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/ItemCreator.tsx b/components/ItemCreator.tsx index 78232b6..fbbf2a0 100644 --- a/components/ItemCreator.tsx +++ b/components/ItemCreator.tsx @@ -74,7 +74,7 @@ const ItemCreator: React.FC = ({onItemsCreate}) => { return (
- + = ({onItemsCreate}) => { )} /> -
+
{uploadedItems.map((item) => (
diff --git a/components/ItemManager.tsx b/components/ItemManager.tsx index 1153733..956aaf6 100644 --- a/components/ItemManager.tsx +++ b/components/ItemManager.tsx @@ -174,7 +174,7 @@ const ItemManager: React.FC = ({ - + Add New Items