We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Ribbon Tab Z-Order

Hi,

I have an issue with the Ribbon Tab, it seems to have higher z-order than the bootstrap menu.
Please see the screenshot in the attached zip file.

Many Thanks,
Ardani

Attachment: ribbon_bug_98e8747.zip

1 Reply

BS Buvana Sathasivam Syncfusion Team January 25, 2017 05:45 AM UTC

Hi Ardani,   
  
Thanks for using Syncfusion products.   
                                                                                        
We have achieved your requirement using ‘z-index’ property in the following code.  You have to specify ‘z-index’ as ‘1’ which is set to Ribbon active content and Ribbon backstage page.  Please refer to the following code.   
  
<style>      
     .e-ribbon .e-active-content, .e-ribbon .e-ribbonbackstagepage{       
            z-index: 1;   // set z-index value here      
        }       
</style>    
  
  
Please let us know if you need further clarifications.   
  
Regards,   
Buvana S.  


Loader.
Live Chat Icon For mobile
Up arrow icon