Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-6928

CSS: Find commits overlaps User dropdown (BB-8091)

    XMLWordPrintable

Details

    Description

      #commit-filter has a z-index of 2, which makes it appear over the user dropdown menu.
      This can be fixed by setting #user-dropdown's z-index to 3:

      #!css
      
      #user-dropdown {
          z-index: 3;
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            83fa08de2757 ahardman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: