Skip to content

Commit 53262ba

Browse files
authored
Merge pull request #490 from pe4cey/3.0-fix-ff-rendering-carousel-offscreen
Fix to make sure stream doesn't render of the screen
2 parents dc7eb09 + c20bbf7 commit 53262ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/browser/modules/App/styled.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ export const StyledMainWrapper = styled.div`
5353
padding: 0;
5454
z-index: 1;
5555
height: auto;
56+
width: 0;
5657
`

0 commit comments

Comments
 (0)