Skip to content

Commit df3b681

Browse files
committed
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.
1 parent 16dfb8e commit df3b681

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
* Adds Emulator support to Auth UI. Fixes
2-
https://github.com/firebase/firebaseui-web/issues/778
1+
* Adds Emulator support to Auth UI.
2+
Fixes https://github.com/firebase/firebaseui-web/issues/778
3+
* Fixes Chrome bug in dialog auto height which seems to manifest in the latest version of Chrome (v88).
4+
Fixes https://github.com/firebase/firebaseui-web/issues/806

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)