hypothesis / hypothesis/frontend-shared
Remove hardcoded max height in `Popover`
Open
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
The the outermost element render by the `Popover` component includes a hardcoded `max-h-80` class, which is inherited from the time it was an internal `Select` component.
We should remove that, letting consumers decide in every use case what should be the max height.
`Select` should continue passing `max-h-80`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.