Skip to content

Commit 814c508

Browse files
author
Steve Hobbs
authored
[SDK-1284] Fix for "growing" tabs when repeatedly clicked (#1904)
* Remove display: initial, remove animation from form element * Add blank line * Remove fade from original rule rather than in an override
1 parent 1be6206 commit 814c508

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

css/index.styl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,6 @@ loadingSize = 30px
321321
box-sizing border-box
322322

323323
.auth0-lock-form
324-
-webkit-animation fadeIn .2s
325-
animation fadeIn .2s
326324
padding 20px
327325

328326
h2
@@ -1405,10 +1403,3 @@ input[type="button"]
14051403
_:-ms-fullscreen, :root .auth0-lock.auth0-lock .auth0-lock-content-wrapper
14061404
flex-basis: auto !important
14071405
max-height: 70vh
1408-
1409-
// iPhone display fix - https://github.com/auth0/lock/issues/1588
1410-
.auth0-lock-iphone.auth0-lock .auth0-lock-form
1411-
display: initial;
1412-
1413-
.auth0-lock-iphone.auth0-lock .auth0-lock-content
1414-
padding: 20px;

0 commit comments

Comments
 (0)