We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3f8375 + f8a2968 commit 3393accCopy full SHA for 3393acc
src/vs/editor/contrib/find/browser/findOptionsWidget.ts
@@ -43,6 +43,7 @@ export class FindOptionsWidget extends Widget implements IOverlayWidget {
43
this._domNode.className = 'findOptionsWidget';
44
this._domNode.style.display = 'none';
45
this._domNode.style.top = '10px';
46
+ this._domNode.style.zIndex = '12';
47
this._domNode.setAttribute('role', 'presentation');
48
this._domNode.setAttribute('aria-hidden', 'true');
49
0 commit comments