Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-44696

Lock Top Navigation Bar

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • None
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      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>
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: