feat: 修改问题
This commit is contained in:
@@ -88,7 +88,13 @@
|
||||
// background: rgba(255, 255, 255, 0.16);
|
||||
flex: 0 0 auto;
|
||||
overflow: scroll;
|
||||
-webkit-overflow-scrolling: auto;
|
||||
position: relative;
|
||||
&::-webkit-scrollbar {
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
|
||||
@@ -360,6 +360,7 @@ export default function Participants(props) {
|
||||
<View
|
||||
key={participant.id}
|
||||
className={styles["participants-list-item"]}
|
||||
catchMove
|
||||
>
|
||||
<Image
|
||||
className={styles["participants-list-item-avatar"]}
|
||||
|
||||
Reference in New Issue
Block a user