Scrollbar visible on slide of vertical menu last item

Hi,

I  have a vertical menu inside a sidebar in hamburger mode. When the last item is expand a vertical scroll is visible for a short moment. See attached code and vido.

Thanks
Mike

Attachment: VerticalMenuScrollbar_5922b0e8.zip

3 Replies 1 reply marked as answer

SD Saranya Dhayalan Syncfusion Team August 20, 2020 04:37 PM UTC

Hi Michael, 
 
Thank you for contacting Syncfusion support 
 
We have checked your reported issue, you can resolve this issue by override the class. Add the below style code in your sample. Please find the below code snippet: 
 
   .e-menu-wrapper.e-hamburger ul.e-menu { 
        overflow-y: hidden !important; 
    } 
 
Please check the above code snippet and get back to us if you need further assistance on this. 
 
Regards, 
Saranya D 


Marked as answer

MA Michael Aston August 21, 2020 10:37 AM UTC

Hi,

That's fixed it. Thanks.

Will this be fixed in a future release or will we need to continue to apply the style?

Mike


SD Saranya Dhayalan Syncfusion Team August 24, 2020 11:55 AM UTC

Hi Michael,  
 
We will include this fix in our future release. Until then, you can continue to apply the below style class in your sample.  
 
Regards, 
Saranya D 


Loader.
Up arrow icon