www.google.com
The google search bar appears over the logo/doodle instead of under it normally

Tested with AdGuard for Windows on Chrome and AdGuard for Mac on Safari.
Yeah: "https://github.com/yourduskquibbles/webannoyances/blob/8b0b0ea22a7dd3a74eaa31dbd191ec5113102251/filters/floating_filters.txt#L8570" (no possible view other as raw).
Disable problematic filter:
! uBO exception:
www.google.com#@##searchform:style(position: absolute !important; top: 20px !important;)
! AG exception:
www.google.com#@$##searchform { position: absolute !important; top: 20px !important; }
#searchform may need some specificity.
IMO Google no more need top: 20px !important; so possible comment or remove line.
@Omoeba Thanks for reporting! It was indeed messed up, definitely not intentional! Should be fixed now, adguard should update the cached version of Web Annoyances list within next 12 hours or so (normally around 5pm EST) so you can use www.google.com#@$##searchform { position: absolute !important; top: 20px !important; } in your personal filter list until then if you would like
Thanks!