💄 fix(sth): 样式美化

This commit is contained in:
BTMuli
2023-04-24 22:16:54 +08:00
parent 26048dc12e
commit ffc354a319
4 changed files with 18 additions and 5 deletions

View File

@@ -2,6 +2,14 @@
@import url("themes/default.css");
@import url("themes/dark.css");
/**
* @description 隐藏应用最右边的滚动条
* @since Alpha v0.1.4
*/
html {
overflow-y: hidden;
}
/*
* @description 侧边滚动条样式
* @since Alpha v0.1.3
@@ -13,7 +21,7 @@
}
::-webkit-scrollbar-track {
background: #f1f1f1;
background: var(--scroll-bg);
border-radius: 10px;
}