diff --git a/react/features/toolbox/components/web/Toolbox.tsx b/react/features/toolbox/components/web/Toolbox.tsx index 6965d697b..a9d540b86 100644 --- a/react/features/toolbox/components/web/Toolbox.tsx +++ b/react/features/toolbox/components/web/Toolbox.tsx @@ -366,7 +366,7 @@ const styles = () => { margin: 0, marginBottom: '8px', maxHeight: 'calc(100vh - 100px)', - width: '240px' + minWidth: '240px' }, hangupMenu: {