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
The selected option occludes snack bar messages. I have a single Scaffold.
Is it fixable? If I'm using a second Scaffold I was able to make the Snack bar to be on top of the convex bottom bar which is also not great according the material design principles.
The text was updated successfully, but these errors were encountered:
but, the result is sub-optimal since I don't see content from the main screen inside the padded area.
Another workaround I found is to place a transparent 1 pixel size floating action button which the layout system will take into considerations when calculating the position of the snackbar.
Describe the bug
The selected option occludes snack bar messages. I have a single Scaffold.
Is it fixable? If I'm using a second Scaffold I was able to make the Snack bar to be on top of the convex bottom bar which is also not great according the material design principles.
The text was updated successfully, but these errors were encountered: