Fixed overflow of popover (#12814)

This commit is contained in:
Kirat 2023-01-25 23:39:55 +05:30 committed by GitHub
parent d396727e39
commit 2bf3089dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -353,9 +353,9 @@ const styles = () => {
contextMenu: {
position: 'relative' as const,
right: 'auto',
maxHeight: 'inherit',
margin: 0,
marginBottom: '8px'
marginBottom: '8px',
maxHeight: '80vh'
},
hangupMenu: {