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! |
Beta Was this translation helpful? Give feedback.
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, |
Beta Was this translation helpful? Give feedback.
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