sys-bh
sys-bh
I have the same experience, the menu does not render unless you shrink the browser down, open the hamburger. I've taken the out of the box Blazor Server App template...
https://www.loom.com/share/8fb3d01871ab40a4ba38401067eb15c2?sid=30daf06c-d05d-4716-936e-f932eb92deca Thanks, Ben ________________________________ Benjamin Hobgood | Chief Technology Officer, SySys Corp. | +1 303.835.0004 x109 From: Vikram Reddy ***@***.***> Sent: Tuesday, August 20, 2024 5:09 AM To: vikramlearning/blazorbootstrap ***@***.***>...
I get the same problem. Menu does not show initially but does after I shrink the browser, click the hamberger  My left menu: @inject NavigationManager NavigationManager
The bug is related to misplacing the css links in files in App.razor. To reproduce the behaviror move the Blazor generated styles.css above the bootstrap and blazor bootstrap css links....
@gvreddy04, thanks for your time helping to uncover the problem. Once I built out a minimal code sample, rulling out browser & version issues I compared the placement of resources...