Fixed Admin Search Bug

I'm having this too.
But it's smaller, so i don't see the background elements
 

Attachments

  • facebook hight.webp
    facebook hight.webp
    79.3 KB · Views: 6
I've fixed this by adding (in admin template admin.css)
Code:
min-height: 40px;

to this piece of code

Code:
#AdminSearchResults .blockLinksList
{
width: 225px;
box-sizing: border-box;
max-height: none;
overflow: hidden;
}

ace.webp
 
Top Bottom