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
NOTE: We do not look at .zip attachments for issue investigation.
Describe the bug
In the usage example of BlazorBootstrap in NET9.BlazorWebAppServerGlobal, everything appears normal except that a visible toggler button is spotted at the right side of the brand title (as indicated in the screenshot) even when the browser is fully maximized.
Run the source code by clicking the "Start Debugging" or pressing "F5".
Observe the generated web client on the Edge browser. Maximize the browser if it is not.
Notice the appearance of a toggler button at the right of the brand title.
Navitems are also not appearing as default. You have to click the toggler button to make it appear.
Expected behavior
The toggler button, as described above, should be invisible whenever the browser is extended to the point where the content space on the right side of the sidebar is adequate for display. It should only be visible when the content space moved to the lower part of the sidebar space, i.e. mobile view.
Screenshots
Versions (please complete the following information):
Describe the bug
In the usage example of BlazorBootstrap in NET9.BlazorWebAppServerGlobal, everything appears normal except that a visible toggler button is spotted at the right side of the brand title (as indicated in the screenshot) even when the browser is fully maximized.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The toggler button, as described above, should be invisible whenever the browser is extended to the point where the content space on the right side of the sidebar is adequate for display. It should only be visible when the content space moved to the lower part of the sidebar space, i.e. mobile view.
Screenshots
Versions (please complete the following information):
Sample code
All sample code follows: https://github.com/vikramlearning/blazorbootstrap-starter-templates/tree/master/src/BlazorBootstrap.Templates.Starter/NET9.BlazorWebAppServerGlobal
No alteration is needed.
GitHub repo
GitHub repo with minimal code to reproduce the issue.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Nil
The text was updated successfully, but these errors were encountered: