How can i deactivate the scrolling of the sidebar. E.g. If I am at the top of the website, the sidebar style is top: 20px. If i scroll, the sidebar changes to 0px. How can i disable that and how can i set the sidebar to 50px fixed?
In confluence admin -> Look and Feel -> Stylesheet you can set custom styles that are applied gl0bally. You can override the default behavior there.
Hi Davin,
thanks for the response, but it still don't work. I have already tried this with this code:
.ia-fixed-sidebar { top: 50; }
In the element resource of Chrome browser I can see that the value top: is changing from 20px to 0px after I scroll down. I want that this value is set to 50px all the time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.