Skip to content

fix: prevent dashboard action menu scrolling#2922

Open
syedgalib wants to merge 8 commits into
sovware:developmentfrom
syedgalib:fix/dashboard-listing-action-dropdown-scroll
Open

fix: prevent dashboard action menu scrolling#2922
syedgalib wants to merge 8 commits into
sovware:developmentfrom
syedgalib:fix/dashboard-listing-action-dropdown-scroll

Conversation

@syedgalib

@syedgalib syedgalib commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • reserve enough vertical space in the user dashboard listing table for action dropdowns when only a few listings are displayed
  • keep the last action dropdown opening downward for one-to-three-row result sets so it uses the reserved space instead of being positioned above the scroll wrapper
  • rebuild the committed public LTR and RTL CSS assets

Root cause

The responsive listing table owns horizontal overflow, which also makes it the vertical scroll container. With a short result set, a dropdown could extend outside that container. The existing last-row rule also opened the menu upward even when there were too few preceding rows to contain it.

@Armanul46 Armanul46 added this to the v8.8.7 milestone Jul 16, 2026
@Armanul46 Armanul46 modified the milestone: v8.8.7 Jul 16, 2026
@Armanul46 Armanul46 self-assigned this Jul 16, 2026

@RabbiIslamRony RabbiIslamRony left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Armanul46 Armanul46 removed this from the v8.8.7 milestone Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants