diff --git a/src/components/select/select.js b/src/components/select/select.js index f210541a01..53bdab536f 100755 --- a/src/components/select/select.js +++ b/src/components/select/select.js @@ -2001,7 +2001,7 @@ function SelectProvider($$interimElementProvider) { container: { element: angular.element(containerNode), styles: { - left: Math.floor(clamp(bounds.left, left, bounds.right - containerRect.width)), + left: Math.floor(clamp(bounds.left, left, bounds.right - minWidth)), top: Math.floor(clamp(bounds.top, top, bounds.bottom - containerRect.height)), 'min-width': minWidth, 'font-size': fontSize