Forums

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

Home Forums CSS No-scroll code. Does it exist?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24105
    allisonweiss
    Participant

    Is there a way to prevent scrolling? I’ve heard of something for IE, but is there a solution for other browsers?

    Thanks!

    #53734
    Code:
    body {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    }

    this should do it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.