1
0
mirror of synced 2024-11-25 06:16:08 +03:00

Merge pull request #1984 from jibwa/master

Fix problem with positioning the dropdown when it is on RHS
This commit is contained in:
Igor Vaynberg 2013-12-18 17:06:46 -08:00
commit b8fa72db32

View File

@ -1208,7 +1208,7 @@ the specific language governing permissions and limitations under the Apache Lic
}
if (!enoughRoomOnRight) {
dropLeft -= (dropLeft + dropWidth) - viewPortRight;
dropLeft = offset.left + this.container.outerWidth(false) - dropWidth;
}
css = {