Skip to content

Commit 17299e4

Browse files
authored
fixes #102409 (#102544)
1 parent 21651b0 commit 17299e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/base/browser/ui/contextview/contextview.ts

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ export class ContextView extends Disposable {
162162
this.view.className = 'context-view';
163163
this.view.style.top = '0px';
164164
this.view.style.left = '0px';
165+
this.view.style.position = this.useFixedPosition ? 'fixed' : 'absolute';
165166
DOM.show(this.view);
166167

167168
// Render content

0 commit comments

Comments
 (0)