Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Chrome version 101.0.4951.41 introduced an issue in the GlobalSearch Web grid view where a gray bar appears above the search results, obscuring the first few rows of results. This affects all GlobalSearch instances running 4.5 or newer.

...

The GlobalSearch release update 6.2.112 addresses this. However, sites running older versions of GlobalSearch will need to patch this manually. To fix this, two files need to be corrected. It is highly recommended to use a text editor such as notepad++, vim, or VS Code.

Warning

Back up all relevant files before making any edits. If the issue persists after making these changes, revert the files to the backup.

...

Locate the file "C:\inetpub\wwwroot\Square9Web\css\simple-sidebar.css" and make the following two changes:

Find the linetext

Code Block
languagecss
margin-top:65px;padding:0;

...

Code Block
languagecss
padding:65px 0 0 0;

Then, find the linetext

Code Block
height:calc(100vh - 140px);margin-top:50px

...

Note that this will vary from system to system. The key difference will be is in the letter found after .css("margin-top",

...