Skip to content

Commit

Permalink
Merge pull request #1872 from auth0/fix-close-button
Browse files Browse the repository at this point in the history
z-index needs to be less than the close button to avoid hiding it
  • Loading branch information
adamjmcgrath authored Jun 1, 2020
2 parents 61c2182 + 621f499 commit 1dd2fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ loadingSize = 30px
flex-basis: auto
position: absolute
width: 100%
z-index: 100
z-index: 99

.auth0-lock-content-wrapper
flex-grow: 1
Expand Down

0 comments on commit 1dd2fba

Please sign in to comment.