Skip to content

Commit

Permalink
Avoid Tooltips/Popovers overflow on documentation's navbar (#22733)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S authored Jun 7, 2017
1 parent 2d87895 commit 1a0a1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1030; // over everything in bootstrap
z-index: 1071; // over everything in bootstrap
}

.navbar-nav {
Expand Down

0 comments on commit 1a0a1a0

Please sign in to comment.