Merge pull request #162146 from microsoft/aiday/issue160627

Changing the z-index of the find options widget (Fixes #160627)
This commit is contained in:
Aiday Marlen Kyzy 2022-09-28 13:31:50 +02:00 committed by GitHub
commit 3393acc59f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ export class FindOptionsWidget extends Widget implements IOverlayWidget {
this._domNode.className = 'findOptionsWidget';
this._domNode.style.display = 'none';
this._domNode.style.top = '10px';
this._domNode.style.zIndex = '12';
this._domNode.setAttribute('role', 'presentation');
this._domNode.setAttribute('aria-hidden', 'true');