We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba17fc commit 33c576dCopy full SHA for 33c576d
src/vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget.ts
@@ -85,6 +85,8 @@ const CLOSE_BUTTON_WIDTH = 22;
85
export class StandaloneColorPickerWidget extends Disposable implements IContentWidget {
86
87
static readonly ID = 'editor.contrib.standaloneColorPickerWidget';
88
+ readonly allowEditorOverflow = true;
89
+
90
private body: HTMLElement = document.createElement('div');
91
92
private readonly _position: Position | undefined = undefined;
0 commit comments