Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-44696

Lock Top Navigation Bar

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • None
    • None
    • 1
    • 5
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      Problem Definition

      As a customer , they want to fix top navigation bar when they scroll down the issue page . So that , when they have long issue , they can easily click the top navigation bar without need to scroll back to the top for the navigation bar to show.

      Suggested Solution

      Lock the top navigation bar , just like at confluence page .

      Workaround
      Edit "Announcement Bar" . Add below css script :-

      <style>
          #header {
              position: fixed;
              top: 0px;
              left: 0px;
              width: 100%;
              z-index: 1000;
          }
          .aui-header { z-index: 1001; }
      </style>
       
      <script type="text/javascript">
          AJS.toInit(function() {
              AJS.$("#content").css("top", AJS.$("#header").height());
              AJS.$("#stalker").css("padding-top", AJS.$("#header").height());
          });
      </script>
      

              Unassigned Unassigned
              nroslan Atiqah Roslan
              Votes:
              46 Vote for this issue
              Watchers:
              20 Start watching this issue

                Created:
                Updated: