How to disable scrollbar in body but not in another element ?
Which scrollbar and why?
body {overflow:hidden;} another_element {overflow:scroll;}
How to disable scrollbar in body but not in another element ?
Which scrollbar and why?
body {overflow:hidden;}
another_element {overflow:scroll;}