You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
Expected Behavior
Ideally, the dropdown can overflow the container
Screenshots
Environment
Output of
php flarum info
Possible Solution
Since
overflow-x: auto;
apparently blocks settingoverflow-y: scroll
, we would have to add a wrapper around the<section />
, setoverflow-x: auto;
on the new wrapper and change the overflow on the existing<section />
Additional Context
No response
The text was updated successfully, but these errors were encountered: