mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-14 14:30:26 +00:00
chore: remove default scroll bar
This commit is contained in:
@@ -103,3 +103,14 @@ code {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* 隐藏浏览器默认的滚动条 */
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* 自定义滚动条样式 */
|
||||
body::-webkit-scrollbar {
|
||||
width: 0; /* 隐藏滚动条的宽度 */
|
||||
}
|
Reference in New Issue
Block a user