How To Create a Full-time Right Scroll Bar in CSS
erics, Posted November 13th, 2013 at 6:48:53pm
1 2 3 4 5 6 7 8 9 10 11 |
html { width: 100%; height: 101%; overflow-x: hidden; overflow-y: scroll; } body { width: 100%; height: 100%; } |
Leave Your Comment
All fields marked with "*" are required.