Skip to content

Commit

Permalink
feat: add navBar z-index token
Browse files Browse the repository at this point in the history
  • Loading branch information
Marianne Borowiak committed Jan 8, 2021
1 parent 4a43369 commit 83b85d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions src/zIndex/zIndex.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@
"tabsBar": {
"value": 210
},
"sideBar": {
"value": 800
},
"navBar": {
"value": 900
},
"overlay": {
"value": 1000
},
"openControl": {
"value": "{zIndex.overlay.value}"
},
"sideBar": {
"value": 999
}
}
}
9 changes: 6 additions & 3 deletions src/zIndices/zIndices.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@
"tabsBar": {
"value": 210
},
"sideBar": {
"value": 800
},
"navBar": {
"value": 900
},
"overlay": {
"value": 1000
},
"openControl": {
"value": "{zIndices.overlay.value}"
},
"sideBar": {
"value": 999
}
}
}

0 comments on commit 83b85d4

Please sign in to comment.