Skip to content

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

Open
@DavideIadeluca

Description

@DavideIadeluca

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions