fix(context-menu) Fit the overflow menu on small heights (#12848)

This commit is contained in:
Horatiu Muresan 2023-01-31 15:19:01 +02:00 committed by GitHub
parent 0d5dae7ab9
commit 42868c9ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ const styles = () => {
right: 'auto',
margin: 0,
marginBottom: '8px',
maxHeight: '80vh'
maxHeight: 'calc(100vh - 100px)'
},
hangupMenu: {