Skip to content

Commit e422881

Browse files
authored
Fix: overflow warnings were being cut off in the editor for edge functions (supabase#40054)
added overflow warnings
1 parent 5112dee commit e422881

File tree

1 file changed

+1
-0
lines changed
  • apps/studio/components/ui/FileExplorerAndEditor

1 file changed

+1
-0
lines changed

apps/studio/components/ui/FileExplorerAndEditor/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ export const FileExplorerAndEditor = ({
344344
folding: false,
345345
padding: { top: 20, bottom: 20 },
346346
lineNumbersMinChars: 3,
347+
fixedOverflowWidgets: true,
347348
}}
348349
/>
349350
)}

0 commit comments

Comments
 (0)