Increased max height for subjects dropdown menu to accomodate number of subjects

This commit is contained in:
Keannu Bernasol 2023-07-18 21:42:55 +08:00
parent 1ac68bee30
commit 3b128e5d19

View file

@ -193,6 +193,7 @@ export default function SubjectsPage() {
backgroundColor: colors.primary_2, backgroundColor: colors.primary_2,
borderWidth: 0, borderWidth: 0,
zIndex: 1000, zIndex: 1000,
maxHeight: 512,
}} }}
dropDownDirection="TOP" dropDownDirection="TOP"
/> />