Embedded Chat scroll container #17538

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

Originally created by @DavideDelbianco on GitHub (Sep 16, 2025).

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • 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.
  • Please do not modify this template :) and fill in all the required fields.

1. Is this request related to a challenge you're experiencing? Tell me about your story.

When the chat uses a welcome message, and there are no messages yet, typing a long message that makes the textarea cap to its 3 lines, will show the scrollbar in the parent.
This happens due to the message list container being visible and having a padding-top that adds to the panel

The pt-4 should be added only if there are messages (and the welcome splash screen is gone)

Image

With pt-4 gone until there are messages:

Image

2. Additional context or comments

also notice that tablet:px-4 and px-4 are redundant, px-4 is enough

3. Can you help us with this feature?

  • I am interested in contributing to this feature.
Originally created by @DavideDelbianco on GitHub (Sep 16, 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] 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] Please do not modify this template :) and fill in all the required fields. ### 1. Is this request related to a challenge you're experiencing? Tell me about your story. When the chat uses a welcome message, and there are no messages yet, typing a long message that makes the textarea cap to its 3 lines, will show the scrollbar in the parent. This happens due to the message list container being visible and having a padding-top that adds to the panel The pt-4 should be added only if there are messages (and the welcome splash screen is gone) <img width="1001" height="760" alt="Image" src="https://github.com/user-attachments/assets/bb88cebe-1b40-4f9b-a7af-04d51b55dd60" /> With pt-4 gone until there are messages: <img width="973" height="739" alt="Image" src="https://github.com/user-attachments/assets/2c7bca1d-3b68-436f-aa71-6668eef1d1c9" /> ### 2. Additional context or comments also notice that tablet:px-4 and px-4 are redundant, px-4 is enough ### 3. Can you help us with this feature? - [ ] I am interested in contributing to this feature.
yindo added the 💪 enhancementfeat:webapp labels 2026-02-21 19:36:36 -05:00
yindo closed this issue 2026-02-21 19:36:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#17538