Chrome 93.0.4577.82 can not use search dialog

I use Aras 11SP9  and Chrome 93.0.4577.82. The search dialog can not use. Have any hotfix?

This is iframe problem. path =>Aras\Innovator11SP9\Innovator\Client\javascript\search_container.js

code 

var newSearchIFrame = document.createElement('iframe');
newSearchIFrame.setAttribute('id', newFrameId);
newSearchIFrame.setAttribute('src', '../scripts/blank.html');
newSearchIFrame.style.width = '100%';
newSearchIFrame.style.height = '100%';
newSearchIFrame.style.margin = '0px';
newSearchIFrame.style.display = 'none';
newSearchIFrame.setAttribute('scrolling', 'no');
newSearchIFrame.setAttribute('frameBorder', '0');
searchContainer.searchPlaceholderCell.appendChild(newSearchIFrame);  =>this line can not work