Skip to content

Commit

Permalink
Fix backdrop bug in PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Dec 6, 2017
1 parent 0df6d17 commit efc8c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ a.tabnav-extra[href$="mastering-markdown/"] {
:root body.menu-active .modal-backdrop,
:root .dropdown-details[open] > summary::before {
background: rgba(0, 0, 0, 0.1);
z-index: 29;
z-index: 20; /* Don't mess with this value so easily */
animation: fade-in 0.2s;
}
:root .pagehead ul.pagehead-actions {
Expand Down

0 comments on commit efc8c30

Please sign in to comment.