neos-ui
neos-ui copied to clipboard
FEATURE: Make RightSideBar inspector resizable
This uses some small html hacks to make RightSideBar resizable in a comparable way to LeftSideBar.
What I did I added the resize-attribute to RightSideBar and moved the resize-handle to the left edge of the sidebar.
How I did it
Updated Neos.Neos.Ui/packages/neos-ui/src/Containers/RightSideBar/style.module.css
How to verify it