Hoping to keep that header sticky so that when i scroll to the bottom of a large document, and i want to edit one word at the very bottom, i don't have to scroll all the way to the top to edit it.
thanks!
Hi @[deleted],
You can either add a global or a space stylesheet. In my Confluence version the following style / CSS did the job:
#main #main-header {
top: 41px !important;
background-color: white !important;
z-index: 99999 !important;
}
Best, Tobias
that worked!! awesome! thank you! :)
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.