Skip to content

Commit

Permalink
fix: add zIndices so that zIndex styled props work
Browse files Browse the repository at this point in the history
  • Loading branch information
Marianne Borowiak committed Jan 8, 2021
1 parent 2e6c53a commit 6772986
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/zIndices/zIndices.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"zIndices": {
"modalHeaderAndFooter": {
"value": 2
},
"tableHeader": {
"value": 10
},
"content": {
"value": 100
},
"tabsScrollIndicator": {
"value": 200
},
"tabsBar": {
"value": 210
},
"overlay": {
"value": 1000
},
"openControl": {
"value": "{zIndices.overlay.value}"
},
"sideBar": {
"value": 999
}
}
}

0 comments on commit 6772986

Please sign in to comment.