Skip to content

Commit

Permalink
Fix #1332 - Z-index issue on mobile onboarding (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford authored Nov 10, 2021
1 parent a15b834 commit 2a98335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/scss/partials/onboarding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ firefox-private-relay-addon[data-addon-installed="true"] + firefox-private-relay
width: 100%;
text-align: center;
position: sticky;
z-index: 2;
z-index: 1;
bottom: 0;
box-shadow: $box-shadow-sm;

Expand Down

0 comments on commit 2a98335

Please sign in to comment.