Skip to content

Commit

Permalink
Fix for header popup menus
Browse files Browse the repository at this point in the history
Closes #20
  • Loading branch information
xt0rted committed Feb 11, 2020
1 parent 8e63f7d commit 39e1f4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github-fixed-header.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
height: 40px !important;
z-index: 6 !important;
}
#files .file-header.has-open-dropdown {
z-index: 10 !important;
}
}
/* user page bar now appears under fixed header */
.user-profile-sticky-bar:after, div.discussion-sidebar, div.blog-aside {
Expand Down

1 comment on commit 39e1f4e

@xt0rted
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is based on GitHub's own style for sticky headers in the PR view (#16)

Please sign in to comment.