Skip to content

Commit

Permalink
Add maxHeight to subtype multiselect
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectly-preserved-pie committed Nov 19, 2024
1 parent 3e0d5bc commit 47c118c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def create_subtype_checklist(self):
style={
"overflow-y": "scroll",
"overflow-x": 'hidden',
"maxHeight": '120px',
#"height": '120px'
})
])
Expand Down

0 comments on commit 47c118c

Please sign in to comment.