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

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: {