Forums

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

Home Forums JavaScript disable scrollbar in body

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38549
    dipi
    Member

    How to disable scrollbar in body but not in another element ?

    #86297
    Paulie_D
    Member

    Which scrollbar and why?

    #86298
    Miller
    Member

    body {overflow:hidden;}
    another_element {overflow:scroll;}

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