mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-17 06:19:25 +08:00
Increased max height for subjects dropdown menu to accomodate number of subjects
This commit is contained in:
parent
1ac68bee30
commit
3b128e5d19
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ export default function SubjectsPage() {
|
|||
backgroundColor: colors.primary_2,
|
||||
borderWidth: 0,
|
||||
zIndex: 1000,
|
||||
maxHeight: 512,
|
||||
}}
|
||||
dropDownDirection="TOP"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue