Hide Scrollbars
step 1:
go to any browser for example Google Chrome
click on keyboard ctrl+Shift+i inspect use open tools Developer
step 2:
Focused mouse on the div and change style div
use try this:
overflow: hidden; /* Hide scrollbars */
now go to add file .css in project and include file