[PR #27823] fix(web): increase z-index of PortalToFollowElemContent #31871

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

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

State: closed
Merged: Yes


Summary

This PR fixes a visibility issue where the tooltip content rendered by PortalToFollowElemContent could be hidden behind other UI layers due to a lower z-index.

Screenshots

Before After
image bddc392bdd53215d17fb6514a279b7e5
**Original Pull Request:** https://github.com/langgenius/dify/pull/27823 **State:** closed **Merged:** Yes --- ## Summary This PR fixes a visibility issue where the tooltip content rendered by `PortalToFollowElemContent` could be hidden behind other UI layers due to a lower `z-index`. - **Root cause:** insufficient stacking context in nested layouts - **Fix:** increased `z-index` for the container - **Impact:** ensures tooltips or floating content display properly on top of other components - **Issue:** Fixes #27622 ## Screenshots | Before | After | |--------|-------| | <img width="388" height="105" alt="image" src="https://github.com/user-attachments/assets/b1ae1a77-3e65-486d-ba32-3398aa1f3419" /> | <img width="870" height="502" alt="bddc392bdd53215d17fb6514a279b7e5" src="https://github.com/user-attachments/assets/6adf44e5-f1d5-4262-8314-6cdba714d07c" />|
yindo added the pull-request label 2026-02-21 20:50:18 -05:00
yindo closed this issue 2026-02-21 20:50:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#31871