html { overflow-y: scroll; } ... .container::-webkit-scrollbar { display: none; } ... .container { -ms-overflow-style: none; }.
確定! 回上一頁