Skip to content

🖱️ fix: Role and Group Scroll Areas#5

Merged
danny-avila merged 1 commit intomainfrom
fix/access-scroll-area
Apr 6, 2026
Merged

🖱️ fix: Role and Group Scroll Areas#5
danny-avila merged 1 commit intomainfrom
fix/access-scroll-area

Conversation

@dustinhealy
Copy link
Copy Markdown
Contributor

Summary

The roles/groups tab content wrapper was not a flex container, so child flex-1 constraints were ignored and overflow-y-auto never triggered, and so the list was clipped with no scrollbar.

  • UI/Layout Improvement:
    • Updated the main content div in AccessPage.tsx to use flex-col for better vertical layout handling.

Change Type

  • Bug fix (non-breaking change which fixes an issue)

Testing

Before

Screen.Recording.2026-04-04.at.9.19.17.AM.mov

After

Screen.Recording.2026-04-04.at.9.18.22.AM.mov

Checklist

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • I have commented in any complex areas of my code
  • My changes do not introduce new warnings
  • Local unit tests pass with my changes

The roles/groups tab content wrapper was not a flex container, so
child flex-1 constraints were ignored and overflow-y-auto never
triggered — the list was clipped with no scrollbar.
@danny-avila danny-avila merged commit 3847bef into main Apr 6, 2026
4 checks passed
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.

2 participants