Just use this simple css code it will hide scrollbar. body { overflow: hidden; } html { overflow: scroll; } ::-webkit-scrollbar { width: 0px; ...
確定! 回上一頁