Skip to content

Commit 3393acc

Browse files
author
Aiday Marlen Kyzy
authored
Merge pull request microsoft#162146 from microsoft/aiday/issue160627
Changing the z-index of the find options widget (Fixes microsoft#160627)
2 parents d3f8375 + f8a2968 commit 3393acc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/editor/contrib/find/browser/findOptionsWidget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export class FindOptionsWidget extends Widget implements IOverlayWidget {
4343
this._domNode.className = 'findOptionsWidget';
4444
this._domNode.style.display = 'none';
4545
this._domNode.style.top = '10px';
46+
this._domNode.style.zIndex = '12';
4647
this._domNode.setAttribute('role', 'presentation');
4748
this._domNode.setAttribute('aria-hidden', 'true');
4849

0 commit comments

Comments
 (0)