skclusive / Skclusive.Material.Layout

Blazor App Layout template using Material UI
MIT License
11 stars 1 forks source link

Problem with Sidebar pop-out on page load #1

Open ngreneaux opened 4 years ago

ngreneaux commented 4 years ago

Love the components!

One thing i am running into is that when using blazor webassembly i cannot get the dashboard to work correctly when CascadingAuthenticationState is added to the DashboardView.razor.

The dashboard loads but the sidebar does not pop out unless i adjust the size of the browser window.

This is ONLY a problem for Browser Hosted AND ONLY when i am using CascadingAuthenticationState.

ngreneaux commented 4 years ago

The transform for the Sidebar Slide is not being set to none; It stays at -240px therefore keeping it off the page..

Lots of thing interacting together for me to figure it out.. Help is definitely appreciated.