From 3b128e5d1964e9e7fea23745158fa29a02cdd2e1 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Tue, 18 Jul 2023 21:42:55 +0800 Subject: [PATCH] Increased max height for subjects dropdown menu to accomodate number of subjects --- src/routes/SubjectsPage/SubjectsPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/SubjectsPage/SubjectsPage.tsx b/src/routes/SubjectsPage/SubjectsPage.tsx index 489c44d..51d36cb 100644 --- a/src/routes/SubjectsPage/SubjectsPage.tsx +++ b/src/routes/SubjectsPage/SubjectsPage.tsx @@ -193,6 +193,7 @@ export default function SubjectsPage() { backgroundColor: colors.primary_2, borderWidth: 0, zIndex: 1000, + maxHeight: 512, }} dropDownDirection="TOP" />