Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #176 from MonsantoCo/fix-snackbar-z-index
Browse files Browse the repository at this point in the history
[FIX]: Snackbar z-index
  • Loading branch information
stazrad authored Sep 17, 2020
2 parents 2106703 + 77cc9ce commit d99f48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Nav = styled.div`
position: fixed;
justify-content: center;
display: flex;
z-index: 99999999;
z-index: 9999;
font-size: 16px;
opacity: .91;
background: white;
Expand Down

0 comments on commit d99f48e

Please sign in to comment.