Add multiple email addresses to the input field Observe that the input area reaches its height limit #16612

Closed
opened 2026-02-21 19:26:54 -05:00 by yindo · 0 comments
Owner

Originally created by @Saber-youMianJing on GitHub (Sep 1, 2025).

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.7.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Issue Description
Environment
Dify Version: 1.7.1
Deployment: Cloud, Self-Hosted (Docker)
Steps to Reproduce
Navigate to Workspace Settings → Members
Click the "Invite Team Member" button
Add multiple email addresses (15+ emails) to the input field
Observe that the input area reaches its height limit
Expected Behavior
The email input area should show a scrollbar when the content exceeds the container height
Users should be able to scroll through the list of added emails
The counter line should remain visible at the bottom
Actual Behavior
The email input area does not scroll when the content exceeds the fixed height
Users cannot view or manage emails that are outside the visible area
The entire input container appears to be non-scrollable
Additional Context
The issue occurs due to incorrect flex layout configuration
The parent container has overflow-y-auto, but child elements lack min-h-0
This prevents the flex child from shrinking and enables scroll behavior
Impact
Users cannot effectively manage large numbers of email invitations
Poor user experience when inviting multiple team members
Potential workaround required (removing and re-adding emails)

Image

✔️ Expected Behavior

Image

Actual Behavior

Image
Originally created by @Saber-youMianJing on GitHub (Sep 1, 2025). ### Self Checks - [x] I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542). - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report, otherwise it will be closed. - [x] 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.7.1 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce Issue Description Environment Dify Version: 1.7.1 Deployment: Cloud, Self-Hosted (Docker) Steps to Reproduce Navigate to Workspace Settings → Members Click the "Invite Team Member" button Add multiple email addresses (15+ emails) to the input field Observe that the input area reaches its height limit Expected Behavior The email input area should show a scrollbar when the content exceeds the container height Users should be able to scroll through the list of added emails The counter line should remain visible at the bottom Actual Behavior The email input area does not scroll when the content exceeds the fixed height Users cannot view or manage emails that are outside the visible area The entire input container appears to be non-scrollable Additional Context The issue occurs due to incorrect flex layout configuration The parent container has overflow-y-auto, but child elements lack min-h-0 This prevents the flex child from shrinking and enables scroll behavior Impact Users cannot effectively manage large numbers of email invitations Poor user experience when inviting multiple team members Potential workaround required (removing and re-adding emails) <img width="203" height="209" alt="Image" src="https://github.com/user-attachments/assets/080cf23f-5ea8-4ef7-8128-6206e7d6c3f1" /> ### ✔️ Expected Behavior <img width="213" height="209" alt="Image" src="https://github.com/user-attachments/assets/180ac7aa-4d28-4ce9-9225-3311bc92d16a" /> ### ❌ Actual Behavior <img width="203" height="209" alt="Image" src="https://github.com/user-attachments/assets/7e724cf5-8fdc-44de-add8-68ad782a9b3e" />
yindo added the 🐞 bug label 2026-02-21 19:26:54 -05:00
yindo closed this issue 2026-02-21 19:26:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#16612