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
In the first iteration I decided to hide the AppBar when any dialog is open. I did so to prevent the AppBar blocking the sight at the model.
A few weeks later I implemented a custom solution which I called MenuBar. The menu bar has a better positioning a solves a couple of bugs with the AppBar. Now it could make sense to keep it always visible - even if a dialog is open.
The text was updated successfully, but these errors were encountered:
In the first iteration I decided to hide the
AppBar
when any dialog is open. I did so to prevent theAppBar
blocking the sight at the model.A few weeks later I implemented a custom solution which I called
MenuBar
. The menu bar has a better positioning a solves a couple of bugs with theAppBar
. Now it could make sense to keep it always visible - even if a dialog is open.The text was updated successfully, but these errors were encountered: