Compare commits

...

1 Commits

Author SHA1 Message Date
Horatiu Muresan 2eabf537d7 fix(context-menu) Fit the overflow menu on small heights 2023-01-31 14:10:30 +02:00
1 changed files with 1 additions and 1 deletions

View File

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