mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 22:17:49 +00:00
d9a2a7f4c3
Refine positioning to behave correctly when mouse is on right and/or lower part of screen; listen for scope destruction to avoid cases where an element is removed before mouseleave is ever called. WTD-884.
9 lines
307 B
HTML
9 lines
307 B
HTML
<div class="t-infobubble s-infobubble l-infobubble-wrapper {{bubble.bubbleLayout}}" style="position: relative;">
|
|
<div class="l-infobubble">
|
|
<div ng-show="bubble.bubbleTitle.length > 0"
|
|
class="title">
|
|
{{bubble.bubbleTitle}}
|
|
</div>
|
|
<span ng-transclude></span>
|
|
</div>
|
|
</div> |