Skip to content

Commit 33c576d

Browse files
authored
Fix microsoft#182075. Make standalone color picker overflow. (microsoft#184460)
1 parent 0ba17fc commit 33c576d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ const CLOSE_BUTTON_WIDTH = 22;
8585
export class StandaloneColorPickerWidget extends Disposable implements IContentWidget {
8686

8787
static readonly ID = 'editor.contrib.standaloneColorPickerWidget';
88+
readonly allowEditorOverflow = true;
89+
8890
private body: HTMLElement = document.createElement('div');
8991

9092
private readonly _position: Position | undefined = undefined;

0 commit comments

Comments
 (0)