function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Surender reddy SalukutiSurender reddy Salukuti 

salesforce mouse hovering style issue ?

Hi every one i am facing one issue related to styling find the below screen shot and information User-added imageWhen 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 

SwethaSwetha (Salesforce Developers) 
HI Surender,
What is the expected alignment for the pop-up which is currently shown on the top? Thanks
PriyaPriya (Salesforce Developers) 

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