How to Hide Scrollbar Using CSS? The following CSS code will hide the scrollbar: body { overflow-x: hidden; } This code will hide the horizontal scrollbar. To ...
確定! 回上一頁