-
Notifications
You must be signed in to change notification settings - Fork 2.8k
v15.4 Responsive Behavior for Workspace Action Container on Smaller Screens #19365
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
Comments
Hi there @jbppraxis! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Hi @jbppraxis, We're writing to let you know that we would love some help with this issue. We feel that this issue is ideal to flag for a community member to work on it. Once flagged here, folk looking for issues to work on will know to look at yours. Of course, please feel free work on this yourself ;-). If there are any changes to this status, we'll be sure to let you know. For more information about issues and states, have a look at this blog post. Thanks muchly, from your friendly Umbraco GitHub bot :-) |
Hi @jbppraxis Super interesting and well spotted, we should support this so it works when running on a small screen. We do not have a solution for you currently, I see you are already using the Workspace Action Menu Items on the Gutenberg handlinger which enable you to compose multiple actions into one. But we do not have anything that handles button overfloats. One solution would be to copy the logic from tabs, where the tabs that do not have space on the screen go into a dropdown (with the symbol '...') see Otherwise a sideway scroll is also an option, but it could visually be hard to grasp as we have the breadcrumbs etc in the left side, meaning that the buttons does not have the full width for their scroll container. I've marked this as |
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
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.
The text was updated successfully, but these errors were encountered: