From 6bba2e70f80d8eacc57c0e765013d9c10adf5413 Mon Sep 17 00:00:00 2001 From: Igor Octaviano Date: Wed, 15 May 2024 10:16:02 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Overflow=20scroll=20list?= =?UTF-8?q?=20menu=20based=20on=20screen=20hight=20(#4123)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/ui/src/components/ListMenu/ListMenu.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/platform/ui/src/components/ListMenu/ListMenu.tsx b/platform/ui/src/components/ListMenu/ListMenu.tsx index 170c626e2..cae058d2d 100644 --- a/platform/ui/src/components/ListMenu/ListMenu.tsx +++ b/platform/ui/src/components/ListMenu/ListMenu.tsx @@ -30,7 +30,10 @@ const ListMenu = ({ items = [], renderer, onClick }) => { }; return ( -
+
{items.map((item, index) => { return (