Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem with InfoGrid

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33563
    ppr
    Member

    InfoGrid Here

    it seems that if 1 cell eats a lot of space [huge pile of text or something] there is no scrollbar available or its like disable making it hard for navigating the cells below it. is there a fix for this, i want to yous InfoGrid for a project i’m making right now.

    thanks in advance.
    renz

    #83705
    Mottie
    Member

    Hi ppr!

    Try adding this css, modify the max-height to your preferred value

    .info-col dd {
    max-height: 100px;
    overflow-y: auto;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.