Skip to content

Commit

Permalink
Force dropdown to be displayed in position static for navbar, to over…
Browse files Browse the repository at this point in the history
…ride Popper css
  • Loading branch information
Johann-S committed May 16, 2017
1 parent 3719ed4 commit ba2352c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@
@include media-breakpoint-down($breakpoint) {
.navbar-nav {
.dropdown-menu {
position: static;
position: static !important;
float: none;
transform: unset !important;
}
}

Expand Down

0 comments on commit ba2352c

Please sign in to comment.