/ Published in: CSS
overflow: hidden; will hide both vertical and horizontal scrollbars overflow-y: hidden; will hide the vertical scrollbar overflow-x: hidden; will hide the horizontal scrollbar
Expand |
Embed | Plain Text
.myDiv { overflow: auto; overflow: hidden; }
You need to login to post a comment.
