diff --git a/js/dropdown.js b/js/dropdown.js index 8d1cad52d0..b5606adbe4 100644 --- a/js/dropdown.js +++ b/js/dropdown.js @@ -419,6 +419,10 @@ if (!alignments.top) { if (alignments.bottom) { verticalAlignment = 'bottom'; + + if (!this.options.coverTrigger) { + idealYPos -= triggerBRect.height; + } } else { this.isScrollable = true;