fix(context-menu) Fit the overflow menu on small heights
This commit is contained in:
parent
0d5dae7ab9
commit
2eabf537d7
|
@ -355,7 +355,7 @@ const styles = () => {
|
|||
right: 'auto',
|
||||
margin: 0,
|
||||
marginBottom: '8px',
|
||||
maxHeight: '80vh'
|
||||
maxHeight: 'calc(100vh - 100px)'
|
||||
},
|
||||
|
||||
hangupMenu: {
|
||||
|
|
Loading…
Reference in New Issue