future-standard / scorer-ui-kit

SCORER UI Components in react with styled components
Other
6 stars 3 forks source link

[Z-index] - Review Z index values #218

Open isacoder opened 2 years ago

isacoder commented 2 years ago

Description

There are many components using different z-index values but currently most of them are in the 99 values so it's not possible for the Dev Users to have components between some of other components. We need to re-think some of this values.

Screen Shot 2021-11-17 at 11 03 11
isacoder commented 2 years ago

Example of filterDropdown overlap with User Menu

Screen Shot 2021-11-24 at 18 59 11
isacoder commented 2 years ago

Good resources for the re-factor

https://www.smashingmagazine.com/2019/04/z-index-component-based-web-application/ https://www.freecodecamp.org/news/4-reasons-your-z-index-isnt-working-and-how-to-fix-it-coder-coder-6bc05f103e6c/