From 1afc497c440c27fd2d890bf18cf74f7a9bf246d5 Mon Sep 17 00:00:00 2001 From: Myles Scolnick Date: Wed, 6 Mar 2024 12:23:54 -0700 Subject: [PATCH] fix: safari overflow on hover --- .../src/components/editor/cell/code/ai-completion-editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/editor/cell/code/ai-completion-editor.tsx b/frontend/src/components/editor/cell/code/ai-completion-editor.tsx index 6f1b137aa6a..2795f722eb3 100644 --- a/frontend/src/components/editor/cell/code/ai-completion-editor.tsx +++ b/frontend/src/components/editor/cell/code/ai-completion-editor.tsx @@ -84,7 +84,7 @@ export const AiCompletionEditor: React.FC = ({ ]; return ( -
+