File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ function RightVideoPanel({ muteCam, muteMic }) {
618618 People in room
619619 </ Tag >
620620 < div className = "justify-between flex-col pt-2 pb-3" >
621- < div style = { { width : "200px" , height : "calc(100vh-150px)" } } className = "flex flex-col items-center overflow-y-auto justify-start" id = "video-grid" >
621+ < div style = { { width : "200px" } } className = "flex flex-col video-grid-height items-center overflow-y-auto justify-start" id = "video-grid" >
622622 </ div >
623623 < div className = "flex items-center absolute backdrop-filter backdrop-blur left-0 bottom-0 pt-2 rounded-lg pb-4 w-full justify-around mt-2" >
624624 < button onClick = { ( ) => {
Original file line number Diff line number Diff line change @@ -164,4 +164,9 @@ video{
164164
165165.custom-shadow-light {
166166 box-shadow : 0px 5px 8px rgba (0 , 0 , 0 , 0.6 );
167+ }
168+
169+
170+ .video-grid-height {
171+ height : calc (100vh - 150px );
167172}
You can’t perform that action at this time.
0 commit comments