body::-webkit-scrollbar { /* position: absolute; top: 0; right: 0; */ width: 10px; } ... IE에서 동작 X top: unset; // IE에서 동작 O top: auto; ...
確定! 回上一頁