Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c278c6d + 84c9749 commit a02fd07Copy full SHA for a02fd07
‎client/packages/lowcoder/src/comps/comps/meetingComp/videoMeetingStreamComp.tsx
@@ -58,8 +58,7 @@ const Container = styled.div<{ $style: any }>`
58
display: flex;
59
align-items: center;
60
justify-content: center;
61
- ${(props) => props.$style && getStyle(props.$style)}
62
-`;
+`; // ${(props) => props.$style && getStyle(props.$style)} - they should be applyed to VideoContainer only
63
64
const VideoContainer = styled.video<{ $style: any }>`
65
height: 100%;
0 commit comments