Can the height of the div "form-all" scale with the screen? I set it to height:20%; but seems nothing happened

  • wongalvis
    Asked on November 15, 2014 at 11:24 PM
    Can the height of the div "form-all" scale with the screen?
    I set it to height:20%; but seems nothing happened
  • Elton Support Team Lead
    Replied on November 16, 2014 at 12:08 AM

    Hi,

    You can use auto (automatically adjusted). Try the following.

    .form-all{

    height:auto !important;

    overflow:auto;

    }

    Let us know if you need anything else or if you see any problems using this CSS code.

    Regards!