mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 23:25:14 +00:00
Use fixedOverflowWidgets
for playground popover (#8458)
After some Googling...
<img width="656" alt="Screen Shot 2023-11-03 at 12 23 09 AM"
src="be6aaa3d
-0068-4bad-a27f-01785179567d">
Closes https://github.com/astral-sh/ruff/issues/8442.
This commit is contained in:
parent
f16505d885
commit
b9994dc495
2 changed files with 5 additions and 8 deletions
|
@ -107,6 +107,7 @@ export default function SourceEditor({
|
|||
<Editor
|
||||
beforeMount={handleMount}
|
||||
options={{
|
||||
fixedOverflowWidgets: true,
|
||||
readOnly: false,
|
||||
minimap: { enabled: false },
|
||||
fontSize: 14,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue