Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.x & 2.x] Actions Dropdown not Overflowing in Admin Users List #4189

Open
DavideIadeluca opened this issue Feb 11, 2025 · 0 comments
Open
Labels

Comments

@DavideIadeluca
Copy link
Contributor

DavideIadeluca commented Feb 11, 2025

Current Behavior

The user actions dropdown in the admin user list doesn't overflow the container, admin needs to scroll down to see the full dropdown

Steps to Reproduce

  1. Go to https://demo.flarum.site/admin#/users?page=1
  2. Scroll down to the very last user on the first page
  3. Open the actions dropdown
  4. The Dropdown is cut off and the admin needs to scroll down to fully see the dropdown

Expected Behavior

Ideally, the dropdown can overflow the container

Screenshots

Image

Environment

Output of php flarum info

Output of "php flarum info", run this in terminal in your Flarum directory.

Possible Solution

Since overflow-x: auto; apparently blocks setting overflow-y: scroll, we would have to add a wrapper around the <section />, set overflow-x: auto; on the new wrapper and change the overflow on the existing <section />

Additional Context

No response

@DavideIadeluca DavideIadeluca changed the title [1.x] Actions Dropdown not Overflowing in Admin Users List [1.x & 2.x] Actions Dropdown not Overflowing in Admin Users List Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant