mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
💄 隐藏滚动条
This commit is contained in:
@@ -52,8 +52,12 @@
|
|||||||
font-family: var(--font-text);
|
font-family: var(--font-text);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 隐藏 desc 侧面滚动条 */
|
||||||
|
.tuc-dd-desc::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user