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

consider setting z-index to max value as default #178

Open
liesislukas opened this issue Mar 27, 2022 · 0 comments
Open

consider setting z-index to max value as default #178

liesislukas opened this issue Mar 27, 2022 · 0 comments

Comments

@liesislukas
Copy link

popular UI libs are using z-index in range of 1k-2k for dialogs, toolbars etc. Current zindex default is 100, why not set to max? Number.MAX_SAFE_INTEGER or 2147483647 to be "safe", yet while it says it is any integer, max safe int sounds as an option, but would google/test more. in any case 100 seems too low as default in context of:

https://mui.com/customization/z-index/
https://getbootstrap.com/docs/5.0/layout/z-index/

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

1 participant