Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: show custom-ui spinner on top of schema forms #1198

Merged
merged 1 commit into from
Aug 8, 2021

Conversation

dgreif
Copy link
Contributor

@dgreif dgreif commented Jul 31, 2021

The spinner activated by homebridge.showSpinner() currently shows up behind any schema forms rendered outside the iframe for custom UIs. There is no z-index on the overlay, so it's a simple matter of DOM ordering. Here I'm moving it after the schema form so that it always shows on top.

Before

image

After

image

@oznu oznu merged commit 0d50244 into homebridge:master Aug 8, 2021
@oznu
Copy link
Member

oznu commented Aug 8, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants