havit / Havit.Blazor

Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
https://havit.blazor.eu
MIT License
477 stars 67 forks source link

[HxSidebar] Toggler is not visible when using ResponsiveBreakpoint.None #710

Closed alexax578 closed 8 months ago

alexax578 commented 8 months ago

When I use HxSidebar with ResponsiveBreakpoint set to SidebarResponsiveBreakpoint.None the sidebar toggler disappears. image

crdo commented 8 months ago

Moved the d-none to CSS isolation so it can be overloaded by the responsive utility class. @alexax578 please review.