Skip to content

Commit

Permalink
Fix z-index to 1200 per Chakra standards
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharles committed Mar 26, 2023
1 parent 35fc95e commit 9b5f924
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Tools/_framework/Paths/Portfolio.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export function Portfolio(){
justifyContent="center"
alignItems="center"
textAlign="center"
zIndex="100"
zIndex="1200"
>
<h1 style={{
lineHeight: '0.1em'
Expand Down
2 changes: 1 addition & 1 deletion src/Tools/_framework/Paths/PublicPortfolio.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export function PublicPortfolio(){
justifyContent="center"
alignItems="center"
textAlign="center"
zIndex="100"
zIndex="1200"
>
<h1 style={{
lineHeight: '0.1em'
Expand Down
2 changes: 1 addition & 1 deletion src/Tools/_framework/Paths/SiteHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export function SiteHeader(props) {
display="flex"
justifyContent="space-between"
borderBottom="1px solid var(--mainGray)"
zIndex="100"
zIndex="1200"
>
<Branding>
<RouterLogo /><p>Doenet</p>
Expand Down

0 comments on commit 9b5f924

Please sign in to comment.