Fixed the scrolling and sizing issues with the drop-down on monster search.
Put "add monster" button below the search input. Once I fixed the scroll problem, the button would be pushed down to the bottom of the drop-down list, so I just put it below.
Tried switching to React-Select and Downshift for a more responsive autocomplete, but could not access state on either and could not figure it out.