skills
skills copied to clipboard
Fix scrolling behaviour of side menu in userprofile
If I navigate to a users profile and want to use the sidemenu, the behaviour of it is not yet the same as in the old skills. Instead of scrolling only the content it should be possible to scroll the content with the sidebar of the entire page. Also if the page is very small, two sidebars appear on the page where it should be only one to scroll the profile content.
TODO:
- [x] Enable scrolling with entire page instead of min-height scrollbar
- [x] Check that the page doesn't display two scrollbars when the window gets too small
- [x] Make Unit test adjustments if necessary