Skip to content

Commit b9c74bc

Browse files
authored
Release dialog (#811)
* use npm ci to replace npm install * Fixes Chrome bug in dialog auto height which seems to manifest in the latest version of Chrome (v88).
1 parent ad3f94b commit b9c74bc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Fixes Chrome bug in dialog auto height which seems to manifest in the latest version of Chrome (v88). This seems to not have any side effects on other browsers. Fixes
2+
https://github.com/firebase/firebaseui-web/issues/806
3+

stylesheet/firebase-ui.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ input.firebaseui-input-invalid{
375375
/* If we do not set height here, the default Safari dialog settings make the
376376
* dialog too tall. */
377377
height: auto;
378+
max-height: fit-content;
378379
padding: 24px;
379380
text-align: left;
380381
}

0 commit comments

Comments
 (0)