mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Virtual keyboard for fullpage login/signup (#29543)
This change allows the form to resize when the virtual keyboard is shown on Chrome/Android
This commit is contained in:
@@ -1,8 +1,24 @@
|
||||
// Shared styles
|
||||
|
||||
.login-page,
|
||||
.signup-page,
|
||||
.invite-page {
|
||||
#main-outlet,
|
||||
#main-outlet-wrapper {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.login-fullpage,
|
||||
.signup-fullpage,
|
||||
.invites-show {
|
||||
justify-content: flex-start;
|
||||
|
||||
html.keyboard-visible:not(.ios-device) & {
|
||||
height: calc((var(--composer-vh, 1vh) * 100) - var(--header-offset));
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.signup-body,
|
||||
.login-body {
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user