Fix login form display on IE and Chrome

Use viewport height for defining the margin-top.
pull/5742/merge
Mathieu Brunot 7 years ago committed by GitHub
parent b7e5567f1b
commit 3cfabadb55

@ -146,7 +146,7 @@ a.disabled:not(.btn) {
#login-form {
margin: 0 auto;
top: 35%;
top: 35vh;
width: 95%;
max-width: 280px;
position: relative;

Loading…
Cancel
Save