Header Search 和 Categories Navbar TCs 之间的冲突

Unfortunately, the search results of Head Search are overwritten by the Categories Navbar:

image

Workaround:

This goes in the Desktop CSS

// temporary fix for UI clash between Header Search and Categories Navbar TCs
.floating-search-input .search-banner-inner.wrap .search-menu .results {
     z-index: 1;
}