Skip to content

Commit

Permalink
Fix dropup in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S committed Oct 4, 2017
1 parent b29b1e1 commit b698871
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@
position: static;
float: none;
}

.dropup {
.dropdown-menu {
position: absolute;
top: auto;
bottom: 100%;
}
}
}


Expand Down

0 comments on commit b698871

Please sign in to comment.