I'm working on a widget to be used in other sites.
Is there any possible way to find the max z-index for the elements that are used in other sites via javascript?
Or how should I set my widget on top of all other elements using Z-index or other means.
Found that the max z-index value is 2147483647. Is it possible to override the max value?