Chorme. body::-webkit-scrollbar { display: none; } ... html { overflow: -moz-hidden-unscrollable; height: 100%; } body::-webkit-scrollbar { display: none; } ...
確定! 回上一頁