Posts

Post not yet marked as solved
6 Replies
2.8k Views
Hello.I tried this morning to re-enable the Sign in With Apple on our website, and noticed that the button disaply was incorrect, without any change to the code. After debugging, we discovered that the CSS style injected by appleid.auth.js is incorrect.The div that the javascript generates forces the size to {width: 100%px, height: 100%px}, which is incorrect. Setting it manually to 100% fixed the issue.I have temporarily fixed this by adding.apple-signin > div { width: 100% !important; height: 100% !important; }to my css. Can this be officially fixed in the javascript, though?
Posted Last updated
.