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

@@ -87,14 +87,9 @@
// border: 0.5px solid rgba(255, 255, 255, 0.2);
// background: rgba(255, 255, 255, 0.16);
flex: 0 0 auto;
overflow: scroll;
-webkit-overflow-scrolling: auto;
transform: translateZ(0);
position: relative;
&::-webkit-scrollbar {
width: 0 !important;
height: 0 !important;
display: none;
}
overflow: hidden;
&::before {
content: "";

View File

@@ -360,7 +360,6 @@ export default function Participants(props) {
<View
key={participant.id}
className={styles["participants-list-item"]}
catchMove
>
<Image
className={styles["participants-list-item-avatar"]}