You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is another weird behavior. When i dont have the BarToggler the BarBrand is left aligned. When i add the BarToggler before the BarBrand it moves the BarBrand all the way to the right side of the screen. This indicates something is getting added its just not showing the hamburger icon to do anything.
to replicate resize the demo to be less wide and you wont see the hamburger
kcrandall
changed the title
[Bug]: BarToggler not showing up
[Bug]: BarToggler not showing up (present in official Tailwing Demo app)
Dec 5, 2024
kcrandall
changed the title
[Bug]: BarToggler not showing up (present in official Tailwing Demo app)
[Bug]: BarToggler not showing up (present in official Tailwind Demo app)
Dec 5, 2024
Blazorise Version
1.7.0
What Blazorise provider are you running on?
Tailwind
Link to minimal reproduction or a simple code snippet
using dotnet 9. asp.net 9
MainLayout.razor
App.razor
_Host.cshtml
Startup.cs has
services.AddBlazorise( options =>
{
} )
.AddTailwindProviders()
.AddFontAwesomeIcons();
Steps to reproduce & bug description
Basically just collapse the page to make it smaller adn the top bar removes all the elements but doesnt show the BarToggler.
What is expected?
the bar toggler will show up
What is actually happening?
it isnt showing up
What browsers do you see the problem on?
Safari, Chrome
Any additional comments?
Everything is working fine in the bar expect for when its collapsed the bartogler doesnt show up.
The text was updated successfully, but these errors were encountered: