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

Feature request: base z-index configurable #46

Closed
pfosser opened this issue Aug 18, 2020 · 3 comments
Closed

Feature request: base z-index configurable #46

pfosser opened this issue Aug 18, 2020 · 3 comments

Comments

@pfosser
Copy link

pfosser commented Aug 18, 2020

Hi, it would be nice to have support for a configurable base z-index, for the action items above all. For the items, it's set programmatically, so it overwrites any style given from outside.

@PowerKiKi
Copy link
Member

What about hardcoding Z_INDEX_ITEM to something very high. Now it's 23, so let's say 999 ?

@pfosser
Copy link
Author

pfosser commented Aug 21, 2020

You're never safe with hard coded values, you could always bump into other libraries with a hardcoded value greater than yours. Anyways, I managed to overcome the problem which originated the request.
Thanks anyway

@pfosser pfosser closed this as completed Aug 21, 2020
@sambaptista
Copy link
Member

Now it's 23, so let's say 999 ?

This would lead the FAB buttons to be displayed over the Material overlays, and it really should be avoided.

I agree with homemade solutions for everybody's specific use cases.

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

No branches or pull requests

3 participants