Seeking assistance with setting the height as a percentage of a header element in JQuery Mobile for my login page.
#login .ui-header
{
height: 62%;
}
The parent element's height is 615px on my test device, as shown in this screenshot found here.
Even though the parent has a height of 615px, the header only displays at 241px. Any suggestions on how to fix this issue?
Your help would be highly appreciated!