3 risposte
Hi Joseph, Try using CSS calc to find screen height and extend it.
.THIS .widthtemp {
height: calc(100%);
height: -moz-calc(100%);
height: -webkit-calc(100%);
}
Hope the above solution helps.
Try using CSS calc to find screen height and extend it.
.THIS .widthtemp {
height: calc(100%);
height: -moz-calc(100%);
height: -webkit-calc(100%);
}
Hope the above solution helps.