Overlapping issue in Salesforce App Menu

By | February 6, 2014

Few days back, we had created a custom page in salesforce wherein we were not using any salesforce control to show the record but some other JavaScript grid to show the records. Here we observed that while opening the Salesforce app menu, the menu overlapped with the grid that we had used. The menu works fine with the standard salesforce control. The screenshot below shows the overlapping between the dropdown menu and grid.

image1cTo overcome this overlapping issue we added the following code snippet in style tag…

——————— <Code Snippet> —————————–

<Style>
#tsid {

z-index: 99999;

}
</Style>
——————— </Code Snippet> ——————————

After adding the above code, the overlap issue with the tab menu dropdown is resolved as can be seen from the below screenshot – 

image2c
About Us
Greytrix as a Salesforce Product development partner offers a wide variety of integration products and services to the end users as well as to the Partners across the globe. We offers Consultation, Configuration, Training and support services in out-of-the-box functionality as well as customizations to incorporate custom business rules and functionalities that requires apex code incorporation into the Salesforce platform.

Greytrix has some unique solutions for Cloud CRM such as Salesforce integration with Sage Enterprise Management (Sage X3), Sage Intacct, Sage 100 and Sage 300 (Sage Accpac). We also offer best-in-class Cloud CRM Salesforce customization and development services along with services such as Salesforce Data Migration, Integrated App development, Custom App development and Technical Support to business partners and end users.

Greytrix GUMU™ integration for Sage ERP – Salesforce is a 5-star app listed on Salesforce AppExchange.

For more information, please contact us at salesforce@greytrix.com. We will be glad to assist you.

Related Posts