Hi Nick,
Greetings from Syncfusion support.
We have made some CSS level customization in your shared
Blazor Sidebar sample. With the help
of CSS selectors, you can override the styles for the corresponding
items. To overcome the reported scrollbar issue, set the overflow CSS
property as hidden for TreeView.
Refer the below code snippet.
|
[MainLayout.razor]
.e-treeview > .e-ul {
overflow: hidden;
}
|
Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/SidebarTest853702305.zip
Please check the attached sample and get back to us if you need any
further assistance.
Regards,
Leo Lavanya Dhanaraj