From 2eabf537d76619f6baf5b82a27d19a299c6fb5ef Mon Sep 17 00:00:00 2001 From: Horatiu Muresan Date: Tue, 31 Jan 2023 14:10:30 +0200 Subject: [PATCH] fix(context-menu) Fit the overflow menu on small heights --- react/features/toolbox/components/web/Toolbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/toolbox/components/web/Toolbox.tsx b/react/features/toolbox/components/web/Toolbox.tsx index 5e74b7b3e..7707380f7 100644 --- a/react/features/toolbox/components/web/Toolbox.tsx +++ b/react/features/toolbox/components/web/Toolbox.tsx @@ -355,7 +355,7 @@ const styles = () => { right: 'auto', margin: 0, marginBottom: '8px', - maxHeight: '80vh' + maxHeight: 'calc(100vh - 100px)' }, hangupMenu: {