Skip to content

Commit

Permalink
[AUT-1285] Increase max-height of iframe (#42)
Browse files Browse the repository at this point in the history
* Increase max-height of iframe

* Bump version
  • Loading branch information
hwhmeikle committed Aug 16, 2023
1 parent 24dd489 commit e2a4dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authsignal/browser",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/popup-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class PopupHandler {
width: 1px;
min-width: 100%;
border-radius: inherit;
max-height: 65vh;
max-height: 95vh;
}
`;

Expand Down

0 comments on commit e2a4dc6

Please sign in to comment.