css hide scrollbar but allow scroll. /* A very quick an applicable solution is to use this piece of code: */ html { overflow: scroll; overflow-x: hidden; } ...
確定! 回上一頁