You need to sign in to do that
Don't have an account?

salesforce mouse hovering style issue ?
Hi every one i am facing one issue related to styling find the below screen shot and information When i over on the Q- 60724483 but popup is showing above plese find the code below
<a onmouseenter="{!c.handleMouseHover}" onmouseout="{!c.handleMouseOut}" >{!item.Name}</a>
<aura:if isTrue="{!v.togglehover==true}">
<div class="slds-popover slds-nubbin_bottom"
role="tooltip" id="help" style="position: absolute; right: 225px; bottom: 100%; width: 22rem; padding: inherit;">
<lightning:icon iconName="custom:custom64" title="Quotes" /> <br/>
Line of Business: {!item.Line_of_Business__c}<br/>
Quote Status:{!item.Quote_Status__c}<br/>
Premium:{!item.Total_Quote_Premium__c}<br/>
</div>
</aura:if>
please help if i coded wrong
Thanks
Surender
What is the expected alignment for the pop-up which is currently shown on the top? Thanks
Hi Surender,
Please refer this and modify yours accordingly :-
https://developer.salesforce.com/forums/?id=9062I000000Xl1oQAC
https://help.salesforce.com/s/articleView?id=000325370&type=1
Regards,
Priya Ranjan