Changing the z-index of the find options widget so it appears above the sticky scroll widget

This commit is contained in:
aiday-mar 2022-09-28 12:02:01 +02:00
parent 7559012a34
commit f8a296871a

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');