Skip to content

Commit

Permalink
authenticate styles fix z-index ios
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Taras authored and Nick Taras committed Aug 16, 2023
1 parent b366a60 commit 0b7cb13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
border: 0;
border-radius: 54px;
cursor: pointer;
z-index: 1300;
z-index: 999;
position: absolute;
display: flex;
align-items: center;
Expand Down Expand Up @@ -253,7 +253,7 @@
position: absolute;
bottom: 74px;
box-shadow: 0 2px 4px 0 rgba(103, 103, 103, 0.5);
z-index: 1300;
z-index: 888;
}

.overlay-tn.inline-tn .overlay-content-tn {
Expand Down

0 comments on commit 0b7cb13

Please sign in to comment.