Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 9
    You could use overflow: auto so that the scrollbars are only shown when needed. (At least the horizontal one is annoying.) Commented Mar 16, 2013 at 19:37
  • @Pietu1998 Good call on the overflow: auto;. I don't see any horizontal scrollbars though, but I only viewed it in Chrome.
    – dezman
    Commented Mar 16, 2013 at 19:44
  • OK. I use Firefox and they show up for me. Not sure about other browsers. Commented Mar 16, 2013 at 19:54
  • 4
    This is old but if anyone is wondering, the horizontal scrollbars can be hidden by using overflow-y: auto instead of overflow: auto. Commented Jun 2, 2016 at 14:08
  • It works fine... but I've encountered one problem. I have some jquery dialog (or just popup windows) which are clipped because of overflow: scroll or auto. Is it possible to use scrolling and overflow visible at the same time? Commented Jun 15, 2016 at 17:28