prkng / api

REST API powering Prkng apps and Web services
MIT License
10 stars 8 forks source link

ResetPassword html page background #3

Closed mudar closed 8 years ago

mudar commented 8 years ago

when testing the reset password functions, I got the following URL

https://api.prk.ng/resetpassword?resetCode=XXX&email=mudar%40prk.ng

On an android device, the background image does not fill the page height, leaving a large white area below the form.

Might be worth trying this css

html {
/*  display: block; */
}
html, body {
  height: 100%;
}

reset password background