Forums

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

Home Forums CSS removing vertical scrollbar

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

    is there a way to remove the vertical scroll bar from a div with overflow:scroll set

    I have a div which I only want to scroll horizontally, I am not sure why the vertical scroll bar is even there since the content doesn’t go down that far

    #48848

    u can also do overflow-x: and overflow-y:
    instead of doing overflow:scroll.

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