mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 22:10:24 +00:00
remove magic dropdown positioning for fixed bottom; folks should set this as needed with .dropup modifier
This commit is contained in:
parent
20b05e42e3
commit
2bf0bde470
1 changed files with 1 additions and 3 deletions
|
|
@ -150,10 +150,8 @@
|
|||
// Allow for dropdowns to go bottom up (aka, dropup-menu)
|
||||
//
|
||||
// Just add .dropup after the standard .dropdown class and you're set.
|
||||
// TODO: abstract this so that the navbar fixed styles are not placed here?
|
||||
|
||||
.dropup,
|
||||
.navbar-fixed-bottom .dropdown {
|
||||
.dropup {
|
||||
// Reverse the caret
|
||||
.caret {
|
||||
content: "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue