AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 374 forks source link

Fix border-width style on hidden adal frame #911

Closed polys closed 3 years ago

polys commented 4 years ago

When borderWidth isn't set properly, the browser applies a default non-zero width which then interferes with the page layout. The frame wasn't truly 'hidden'.

jasonnutter commented 3 years ago

Closing, as we will be arching this repo and moving the ADAL.js code to the MSAL.js repo: https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular

Please reopen the PR there, thanks!