diff --git a/src/vs/editor/contrib/colorPicker/browser/colorPicker.css b/src/vs/editor/contrib/colorPicker/browser/colorPicker.css index 4fb494d9387..62f891080fe 100644 --- a/src/vs/editor/contrib/colorPicker/browser/colorPicker.css +++ b/src/vs/editor/contrib/colorPicker/browser/colorPicker.css @@ -187,10 +187,10 @@ } .colorpicker-body .insert-button { + position: absolute; height: 20px; width: 58px; padding: 0px; - position: absolute; right: 8px; bottom: 8px; background: var(--vscode-button-background);