webpack-hot-middleware icon indicating copy to clipboard operation
webpack-hot-middleware copied to clipboard

Allow for custom overlay styles a-la redbox-react

Open khaled opened this issue 8 years ago • 1 comments

See https://github.com/commissure/redbox-react#style-object

In my particular case, I just want to tweak zIndex. Shockingly, 9999 isn't high enough, and I don't have control over the host UI.

I know that it's already possible to provide a custom overlay implementation, but that seems like a tall order for such a small tweak.

khaled avatar Jan 16 '17 19:01 khaled

If you can come up with a reasonable API, then i'll take a PR for this.

Alternatively I'd also take a simple PR which makes the zIndex much higher :)

glenjamin avatar Jan 17 '17 14:01 glenjamin