Skip to content

Commit 6978342

Browse files
Update
1 parent 49b4f66 commit 6978342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/components/VideoConference.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
right: 0px;
44
bottom: 0px;
55
width: 300px;
6-
height: auto;
6+
height: 450px;
77
background: #f0f8ff; /* Light blue tint background */
88
border-radius: 10px;
99
box-shadow: 0 6px 12px rgba(0, 83, 255, 0.15);
1010
overflow: hidden;
1111
z-index: 20;
1212
border: 0px solid #0055ff;
1313
transition: all 0.3s ease;
14-
object-fit: fill;
14+
object-fit: contain;
1515
}
1616

1717
.video-conference:hover {

0 commit comments

Comments
 (0)