From 237fe82b0ed998807b8f55ed1e30a95b315a0a12 Mon Sep 17 00:00:00 2001 From: Nikita Abramov Date: Tue, 21 Nov 2023 23:32:51 +0100 Subject: [PATCH] [#399 fix snippet-tooltip --- frontend/src/components/Editor/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/Editor/index.jsx b/frontend/src/components/Editor/index.jsx index d8b6221e..768f918a 100644 --- a/frontend/src/components/Editor/index.jsx +++ b/frontend/src/components/Editor/index.jsx @@ -21,6 +21,7 @@ function CodeEditor({ readOnly = false }) { useTabStops: false, tabSize: 2, fontFamily: theme.monospaceFontFamily, + fixedOverflowWidgets: true, }; return (