-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add zIndices so that zIndex styled props work
- Loading branch information
Marianne Borowiak
committed
Jan 8, 2021
1 parent
2e6c53a
commit 6772986
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} |