go-wxhelper/views/static/css/index.css

4 lines
64 B
CSS
Raw Normal View History

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