Problem: Sidebar not rendering #153
|
Hey guys. I'd like to thank the community for making this project available, firstly. Now, I have a problem with the sidebar component: it doesnt get rendered for some reason on the UI. I have published my very simple repo, detailing the problem - for your reference. Im not sure if this is a bug with the library ot if I am missing something in my implementation Any form of help would be highly appreciated. Thanks! |
Answered by
mathewtaylor
Feb 21, 2026
Replies: 1 comment 3 replies
|
Hi @alibeep1, the issue is the ordering of the css in the
Can I know, did you create this app using the .Net Template? Cheers, |
3 replies
Answer selected by
alibeep1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @alibeep1, the issue is the ordering of the css in the
App.razorfile.Move
<link href="_content/BlazorBlueprint.Components/blazorblueprint.css" rel="stylesheet" />after theapp.cssIn
MainLayout.razorchangeHeightClass="h-dvh"toHeightClass="min-h-screen".Can I know, did you create this app using the .Net Template?
Cheers,
Mathew