Lock Top Navigation Bar

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Fixed
    • Component/s: None
    • None

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? 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>
      

            Assignee:
            Unassigned
            Reporter:
            Atiqah Roslan
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: