IdentityModel / oidc-client-js

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Apache License 2.0
2.43k stars 842 forks source link

Iframe window is missing display: none; style #1357

Open FaisalST32 opened 3 years ago

FaisalST32 commented 3 years ago

The iframe window created using IFrameWindow class has a missing 'display: none' style. This causes the window to take up space on the screen (4px x 4px).

This can deter user styles especially while working with websites that use full page styles (100vh, etc).

I can create a PR for this as I have identified a fix.