Skip to content

Commit

Permalink
Avoid Tooltips/Popovers overflow on documentations's navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S committed Jun 1, 2017
1 parent 6202574 commit 263d94c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/scss/_component-examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@
}

// Tooltips
.tooltip {
z-index: 1;
}

.bd-example-tooltips {
text-align: center;
}
Expand All @@ -312,6 +316,10 @@
}

// Popovers
.popover {
z-index: 1;
}

.bd-example-popover-static {
padding-bottom: 1.5rem;
background-color: #f9f9f9;
Expand Down

0 comments on commit 263d94c

Please sign in to comment.