Closed
Description
Reproduction
Steps to reproduce:
- Open the Basic snack-bar example in stackblitz.
- Fork the project and perform a firebase deploy via stackblitz.
- Open the deployed project in Safari and summon forth a snackbar.
Expected Behavior
What behavior were you expecting to see?
A snackbar
Actual Behavior
What behavior did you actually see?
A supersized jumbo snackbar
Environment
Safari, on Mac OS and IOS
This only happens on the deployment version, I can't figure out what is causing it. But i'm hoping someone could help know what changes can be made in the stackblitz project in order for the bug not to show up on deploy. Or is this strictly a firebase deployment bug?
I found a reference to a similar issue here, the solution seemed simple enough and was due to not closing html tag(s) properly or not having an html doc type declaration. However I tried checking both of those things and it still happens after deploy.