From b9994dc495320f54723306457024aca8e870bd32 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 2 Nov 2023 21:29:37 -0700 Subject: [PATCH] Use `fixedOverflowWidgets` for playground popover (#8458) After some Googling... Screen Shot 2023-11-03 at 12 23 09 AM Closes https://github.com/astral-sh/ruff/issues/8442. --- playground/src/Editor/SourceEditor.tsx | 1 + playground/src/index.css | 12 ++++-------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/playground/src/Editor/SourceEditor.tsx b/playground/src/Editor/SourceEditor.tsx index e5da55d91e23a..57f3476ee26bf 100644 --- a/playground/src/Editor/SourceEditor.tsx +++ b/playground/src/Editor/SourceEditor.tsx @@ -107,6 +107,7 @@ export default function SourceEditor({