Blazorise Material: Default Sidebar Menu Links are not rendering on laptop screen but render on mobile size width #2744
shakeeluetian
started this conversation in
General
Replies: 1 comment 3 replies
-
Default Blazor sidebar template doesn't work well when mixed with Blazorise. Mostly because it overrides some of Bootstrap/Material CSS class names(located in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have configured Blazorise Material Server side application as per instructions of website. However Blazor default Sidebar Menu Links are not visible on my laptop screen but working on mobile width screen. If i comment out
<link href="css/material.min.css" rel="stylesheet">
Then Sidebar Menu Links are visible but then Material functionality is off-course will not available. Please help me to resolve this issue as i want to use Blazorise Material . I have not done any change inNavMenu.razor
My_Host.cshtml
code is as below:_Host.zip
Beta Was this translation helpful? Give feedback.
All reactions