Merge pull request #2521 from jryans/auth-overflow

Tweak auth overflow on Windows and Linux
pull/21833/head
J. Ryan Stinnett 2019-01-29 10:40:33 -06:00 committed by GitHub
commit cc6a0bf5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -16,10 +16,9 @@ limitations under the License.
.mx_AuthPage { .mx_AuthPage {
width: 100%; width: 100%;
height: 100%; min-height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow: auto;
background-color: $authpage-bg-color; background-color: $authpage-bg-color;
} }