[Info Service] Render info bubble after positioning

Render info bubble after positioning with the popupService,
to apply arrow classes appropriately.
This commit is contained in:
Victor Woeltjen
2015-10-02 10:21:42 -07:00
parent bebe53820f
commit 73dc16d398
2 changed files with 16 additions and 12 deletions

View File

@ -42,7 +42,8 @@ define({
offsetY: -26
},
BUBBLE_MOBILE_POSITION: [ 0, -25 ],
// Max width and margins allowed for bubbles; defined in /platform/commonUI/general/res/sass/_constants.scss
// Max width and margins allowed for bubbles;
// defined in /platform/commonUI/general/res/sass/_constants.scss
BUBBLE_MARGIN_LR: 10,
BUBBLE_MAX_WIDTH: 300
});