Skip to content

Commit

Permalink
Fix screen getting cut off
Browse files Browse the repository at this point in the history
Fixes #133
  • Loading branch information
jmattheis committed Jul 14, 2022
1 parent db0a180 commit db02f5c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ui/src/Room.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ const useStyles = makeStyles((theme: Theme) => ({
zIndex: 30,
},
video: {
position: 'absolute',
display: 'block',
margin: '0 auto',

'&::-webkit-media-controls-start-playback-button': {
display: 'none!important',
Expand Down Expand Up @@ -416,9 +417,5 @@ const useStyles = makeStyles((theme: Theme) => ({
height: '100%',

overflow: 'auto',

display: 'flex',
alignItems: 'center',
justifyContent: 'center',
},
}));

0 comments on commit db02f5c

Please sign in to comment.