Skip to content

Commit c61f36e

Browse files
author
Benjamin Pasero
committed
feedback - position flyout properly
1 parent d386b49 commit c61f36e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/feedback/browser/feedback.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class FeedbackDropdown extends Dropdown {
9494

9595
return {
9696
x: position.left + position.width, // center above the container
97-
y: position.top - 9, // above status bar
97+
y: position.top - 26, // above status bar and beak
9898
width: position.width,
9999
height: position.height
100100
};

0 commit comments

Comments
 (0)