Hey I am using chime sdk apis to integrate, need help in css how can we configure css property in VideoGrid, RemoteVideos component #954
Labels
Documentation
Improvements or additions to documentation
hey we are using react js in our project to configure video call feature in that i am facing with the styling for the video grid and remove videos component
This is the way i am using
<Grid item xs={12} style={{
marginTop: '20px',
height: '20rem',
width: "100%",
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
justifyContent: 'center',
position: "relative",
zIndex: -1,
}}>
can any one suggest how to add css property to this
I need to do the styling in this format
The text was updated successfully, but these errors were encountered: