Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Role Portlet): Make the view roles sidebar scrollable (#31017)
This pull request includes changes to the `core-web/libs/dotcms-scss/jsp/scss/backend/dot-admin/portlets/_view-roles.scss` file to improve the layout and usability of the roles view in the admin portlet. The most important changes include adding overflow handling and adjusting the height and padding of elements. Layout improvements: * Added `overflow: auto` to `.view-roles` and `.view-roles .portlet-sidebar` to handle content overflow. * Changed the height of `.view-roles__tree` from `100%` to `auto` and added padding at the bottom for better spacing. ### Video https://github.com/user-attachments/assets/db0d5412-90ec-407d-8735-2d9e12e00bbc
- Loading branch information