In confluence the navigation bar with the edit prompt vanishes as you scroll down the page, meaning you need to scroll back up again to re-display it. Is it possible to lock this bar so that it is always displayed?
Hey James,
You can add this in the CSS (Settings > Look & feel > Stylesheet)
#com-atlassian-confluence #editPageLink {
position: fixed;
top: 50px;
background: #fff;
border: 1px solid #ccc;
right: 380px;
}
There was a request feature for a similar feature here but it seems that it won't be added out of the box, as you can simply type "e" at anytime to switch in edit mode.
Hi James,
Have you tried hitting "E" while viewing a page? It will enter edit mode once you click "E".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.