1
0
forked from lxh/go-wxhelper

4 lines
64 B
CSS
Raw Normal View History

2023-11-30 17:31:50 +08:00
/* 隐藏滚动条 */
::-webkit-scrollbar {
display: none;
}