[PR #30897] fix: Add vertical scrolling support for floating elements. #33005

Closed
opened 2026-02-21 20:52:29 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/30897

State: closed
Merged: Yes


Summary

fixes #30882
close #30909

fix
The content in the variable selection box on the left is extensive, so scroll bars are expected to appear vertically.
but there is no scrollbar appearing, preventing the selection of the overflowed properties below.
this fix resolve this problem

Screenshots

Before After
534891446-900d1793-3765-4b7e-86ab-62bfb6e8eba9
image

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran make lint and make type-check (backend) and cd web && npx lint-staged (frontend) to appease the lint gods
**Original Pull Request:** https://github.com/langgenius/dify/pull/30897 **State:** closed **Merged:** Yes --- ## Summary fixes #30882 close #30909 fix The content in the variable selection box on the left is extensive, so scroll bars are expected to appear vertically. but there is no scrollbar appearing, preventing the selection of the overflowed properties below. this fix resolve this problem ## Screenshots | Before | After | |--------|-------| | <img width="1136" height="776" alt="534891446-900d1793-3765-4b7e-86ab-62bfb6e8eba9" src="https://github.com/user-attachments/assets/eeb6f587-3424-42d5-89df-2fd615968649" /> | <img width="1108" height="712" alt="image" src="https://github.com/user-attachments/assets/862348b7-b370-4ceb-a877-0f32448e0cf7" /> | ## Checklist - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!) - [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [x] I've updated the documentation accordingly. - [x] I ran `make lint` and `make type-check` (backend) and `cd web && npx lint-staged` (frontend) to appease the lint gods
yindo added the pull-request label 2026-02-21 20:52:29 -05:00
yindo closed this issue 2026-02-21 20:52:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#33005