Description
Which Umbraco version are you using?
15.4
Bug summary
We have extended the Umbraco CMS workspace action area by adding custom buttons. While this functionality works as expected on larger screens, we've observed that the action buttons overflow the container and become partially or completely obscured on smaller screens (e.g., mobile devices).
The current behavior presents a usability issue, as users may not be able to access all available actions on smaller screens.
Is there an existing configuration option or recommended approach to ensure the workspace action container adapts responsively to different screen sizes? Ideally, the container should dynamically adjust its layout (e.g., through wrapping, scrolling, or other responsive techniques) to ensure all action buttons remain visible and accessible, regardless of the screen size.
Specifics
No response
Steps to reproduce
- Add multiple custom action buttons to the action workspace. A minimum of 5-6 buttons is recommended to reliably reproduce the issue.
- Open umbraco
- Reduce the browser window width (or use a device with a smaller screen) to simulate a smaller screen size. Observe the behavior of the action buttons within the container.
Expected result / actual result
Expected result: The action buttons should remain fully visible and accessible, either through wrapping, scrolling, or another responsive mechanism.
Actual result: The action buttons overflow the container and are partially or completely hidden.