From cd3507aba69a01758f804c6f7fccfeb6866a764f Mon Sep 17 00:00:00 2001 From: Patrick Yeo Date: Mon, 31 Jul 2017 11:47:02 -0700 Subject: [PATCH] Dropup dropdown-menu should have margin on the bottom instead of top --- scss/_dropdown.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 230c6f0dee..05e8b16523 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -26,6 +26,11 @@ // Allow for dropdowns to go bottom up (aka, dropup-menu) // Just add .dropup after the standard .dropdown class and you're set. .dropup { + .dropdown-menu { + margin-top: 0; + margin-bottom: $dropdown-spacer; + } + .dropdown-toggle { &::after { border-top: 0; -- 2.47.2