💄 隐藏滚动条

This commit is contained in:
BTMuli
2023-10-19 13:19:13 +08:00
parent 1aa3ba3792
commit 518af605de

View File

@@ -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>