Hi, I couldn’t find any information about this, but is there a way to make the side-panel on the right to “move” with the page content or in other words to be “floating”?
My idea is to make the table of contents on the right to follow the page content.
I tried to search for an answer, but I couldn’t find any online.
Thanks!
1 Like
There’s no option to toggle this behaviour in XWiki. You’ll need to extend the XWiki UI yourself with custom CSS 
You can try position - CSS: Cascading Style Sheets | MDN position: sticky
It probably won’t be that easy but it’s a start 
In order to customize your wiki’s appearance, see: https://dev.xwiki.org/xwiki/bin/view/Onboarding/TrackStyling/
Good luck with your changes!
Lucas C.
2 Likes
Thanks for at least giving me some good orientation on how to start!