09 2020 档案

摘要:html { overflow-y: scroll; } :root { overflow-y: auto; overflow-x: hidden; } :root body { position: absolute; } body { width: 100vw; overflow: hidden; 阅读全文
posted @ 2020-09-27 22:50 必慎 阅读(541) 评论(0) 推荐(0)
摘要:// 修改滚动条 ::-webkit-scrollbar { width: 3px; } ::-webkit-scrollbar-track { border-radius: 10px; background-color: rgba(0,0,0,0.1); } ::-webkit-scrollbar 阅读全文
posted @ 2020-09-02 00:00 必慎 阅读(880) 评论(0) 推荐(0)