Doug Allrich

Results 8 comments of Doug Allrich

> Workaround is to add `persistent` to the dialog. I'm not finding this to be true (#9378). How are you getting this to work? I believe this bug is a...

@MajesticPotatoe Thanks. Indeed, that was noted in the issue I posted. I wasn't aware that `fullscreen` pulled in `hide-overlay` functionality automatically. Good to know, and it makes sense. Actually, to...

@payammeyer that's right, but it's because you're using `fullscreen` too, which pulls in `hide-overlay` by default. @MajesticPotatoe was referring to a normal dialog in his comment.

Bless @jacekkarczmarczyk for removing the `p:low` tag. Without a workaround, this issue is a pain. Ha. Thanks for all you guys do!

@NavidMitchell This is a fantastic workaround. Thanks for sharing it. This issue affects my apps daily (due to snackbars with clickable buttons) so your solution is a welcome relief. I...

Is the higher z-index issue alleviated by setting it to 1000 as @NavidMitchell suggested?

Some observations after upgrading to v2.3.0...here's an updated [codepen](https://codepen.io/185driver/pen/QWyKEMq) too: 1. The workaround shared by @NavidMitchell no longer seems to work, at least for me. I'm not sure what the...

I am having this same issue, but with a vue.js app. All is okay unless I initialize the app offline. Maybe it's an issue with firebase itself?