Hide the scrollbar!
Hide the scrollbar!
Out of context: Reply #3
- Started
- Last post
- 8 Responses
- kodap0
in css :
body{ overflow:hidden;}
or 'auto' if content goes further the bounds
in css :
body{ overflow:hidden;}
or 'auto' if content goes further the bounds