From 70c4deec64bd58b6b2c1e990cca11faa185861e5 Mon Sep 17 00:00:00 2001 From: Abdullah Salem Date: Tue, 31 May 2016 02:48:27 +0300 Subject: [PATCH] Fixed the position of the bottom-left aligned dropdown --- js/foundation.util.box.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/foundation.util.box.js b/js/foundation.util.box.js index 08ed1c6d2..029362dd6 100644 --- a/js/foundation.util.box.js +++ b/js/foundation.util.box.js @@ -174,7 +174,7 @@ function GetOffsets(element, anchor, position, vOffset, hOffset, isOverflow) { break; case 'left bottom': return { - left: $anchorDims.offset.left - ($eleDims.width + hOffset), + left: $anchorDims.offset.left, top: $anchorDims.offset.top + $anchorDims.height }; break; -- 2.47.2