未验证 提交 223a90d3 编写于 作者: A Alex Dima

Fixes #73734: If the editor's container is scrollable, do not use fixedOverflowWidgets

上级 cee82c08
...@@ -426,7 +426,7 @@ export class WalkThroughPart extends BaseEditor { ...@@ -426,7 +426,7 @@ export class WalkThroughPart extends BaseEditor {
alwaysConsumeMouseWheel: false alwaysConsumeMouseWheel: false
}, },
overviewRulerLanes: 3, overviewRulerLanes: 3,
fixedOverflowWidgets: true, fixedOverflowWidgets: false,
lineNumbersMinChars: 1, lineNumbersMinChars: 1,
minimap: { enabled: false }, minimap: { enabled: false },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册