yablos
yablos
Same trouble here, in NET 7.0 was used startup.cs: ``` services.AddScoped(); app.UseRouting(); app.UseAuthentication(); app.UseAuthorization(); app.UseAntiforgery(); // { endpoints.MapControllers(); endpoints.MapRazorComponents().AddInteractiveServerRenderMode() .AddAdditionalAssemblies(new System.Reflection.Assembly[] { typeof(NavBar).Assembly }); }); ``` Everything worked, redirect to...
> That litteraly not a bug, you can change that behavior. Simply check out the [Docs](https://adminlte.io/docs/3.2/javascript/push-menu.html) the `autoCollapseSize` option should be the right one. Unfortunately settings throught that option doesnt...
Hotifx for this known issue just at safari/apple/webkit = recalculate fixed position: - add into class "hint" just for the safari - apple (to the upper container, not at brand-link),...