Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/02/2017 in all areas

  1. LWSChad

    Id="caspioform" Scroll Height

    Hello, Another formatting trick! I previously had challenges getting Caspio Forms to scroll properly. Then I learned about viewport in CSS -> https://web-design-weekly.com/2014/11/18/viewport-units-vw-vh-vmin-vmax/ #caspioform { overflow: auto; height: calc(100vh - 96px); } I use calc() to take into account the header. If you use calc the spaces between the values and the operator(-,+,*,/) is required.
    1 point
×
×
  • Create New...