diff --git a/web/air/src/index.css b/web/air/src/index.css index 8e53624e..271f14e2 100644 --- a/web/air/src/index.css +++ b/web/air/src/index.css @@ -103,3 +103,14 @@ code { display: none !important; } } + + +/* 隐藏浏览器默认的滚动条 */ +body { + overflow: hidden; +} + +/* 自定义滚动条样式 */ +body::-webkit-scrollbar { + width: 0; /* 隐藏滚动条的宽度 */ +} \ No newline at end of file