fix: add shop dialog overflow issue #19
Fixed dialog overflow problem where the "add shop" dialog content was extending beyond the viewport and creating a non-visible area.
Changes:
- Added max-h-[90vh] constraint to DialogContent in IntegrationsContent.tsx
- Added overflow-y-auto to enable scrolling when content exceeds viewport height
- Removed redundant borders and shadows from nested Card components (WooCommerce, Shopify, ShopRenter connect components) to prevent double borders
- Dialog now properly fits within the viewport on all screen sizes
The dialog content is now fully visible and scrollable when needed.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>