We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d386b49 commit c61f36eCopy full SHA for c61f36e
1 file changed
src/vs/workbench/contrib/feedback/browser/feedback.ts
@@ -94,7 +94,7 @@ export class FeedbackDropdown extends Dropdown {
94
95
return {
96
x: position.left + position.width, // center above the container
97
- y: position.top - 9, // above status bar
+ y: position.top - 26, // above status bar and beak
98
width: position.width,
99
height: position.height
100
};
0 commit comments