Skip to content

Commit a8f3204

Browse files
committed
display video height modify
1 parent 842a476 commit a8f3204

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/css/Meetingpage.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
position: relative;
2828
z-index: 1;
2929
width: 100%;
30+
height: 100%;
3031
object-fit: cover;
3132
transform: scaleX(1);
3233
-webkit-transform: rotateY(0deg);
@@ -54,6 +55,8 @@
5455
display: flex;
5556
align-items: center;
5657
justify-content: center;
58+
position: relative;
59+
z-index: 500;
5760
}
5861

5962
.chatting-list {

0 commit comments

Comments
 (0)