Fixed overflow of popover (#12814)

pull/12830/head jitsi-meet_8249
Kirat 2 years ago committed by GitHub
parent d396727e39
commit 2bf3089dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      react/features/toolbox/components/web/Toolbox.tsx

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

Loading…
Cancel
Save