Skip to content

Commit f8a2968

Browse files
author
aiday-mar
committed
Changing the z-index of the find options widget so it appears above the sticky scroll widget
1 parent 7559012 commit f8a2968

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)