Added overflow-y: auto and max-height: 90vh to the modal to allow
scrolling when the form content exceeds viewport height. This fixes
the issue where the save button was inaccessible when creating
cookbooks with many filter options.
Changes:
- Modal now scrolls independently when content is too tall
- Modal limited to 90% viewport height
- Modal overlay allows scrolling with vertical padding
- Background page no longer scrolls when modal is open
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>