diff options
| author | Mark Otto <[email protected]> | 2017-01-02 11:52:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-02 11:52:25 -0800 |
| commit | 2bf0bde470b1e3fa5811338c848201bb0f3fc021 (patch) | |
| tree | 7cf2b61850d896ef86ef7da74a0afa39862f409e | |
| parent | 20b05e42e33bea09e0632d607e70bcf9552b8d65 (diff) | |
| download | bootstrap-2bf0bde470b1e3fa5811338c848201bb0f3fc021.tar.xz bootstrap-2bf0bde470b1e3fa5811338c848201bb0f3fc021.zip | |
remove magic dropdown positioning for fixed bottom; folks should set this as needed with .dropup modifier
| -rw-r--r-- | scss/_dropdown.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 46251031f..9638b8171 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -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: ""; |
