fix: 背景渲染问题

This commit is contained in:
2025-12-09 18:27:58 +08:00
parent 3cc014a277
commit dc6f73637a
8 changed files with 13 additions and 50 deletions

View File

@@ -84,14 +84,8 @@
border-radius: 6px;
cursor: pointer;
animation: bg-blink var(--dur) infinite steps(10);
overflow: scroll;
-webkit-overflow-scrolling: auto;
&::-webkit-scrollbar {
width: 0 !important;
height: 0 !important;
display: none;
}
transform: translateZ(0);
overflow: hidden;
}
@keyframes bg-blink {

View File

@@ -212,7 +212,6 @@ function CommentItem(props: {
)}
key={comment.id}
id={`comment_id_${comment.id}`}
catchtouchmove
>
<View style={{ width: level === 1 ? "36px" : "28px" }}>
<Image