Skip to content

Instantly share code, notes, and snippets.

@anastransvelo
Forked from jmabbas/style.css
Last active March 20, 2020 07:19
Show Gist options
  • Save anastransvelo/d0a8a4196dbf8d3fcb862f46ee2c3be0 to your computer and use it in GitHub Desktop.
Save anastransvelo/d0a8a4196dbf8d3fcb862f46ee2c3be0 to your computer and use it in GitHub Desktop.
Tokoo - Live search slider overlap
.tokoo-search-form-wrapper form.search-form,
.tokoo-search-form-wrapper .woocommerce-product-search,
.widget_search form.search-form,
.widget_search .woocommerce-product-search,
.widget_product_search form.search-form,
.widget_product_search .woocommerce-product-search {
z-index: 10;
}
.twitter-typeahead .tt-menu {
z-index: 1000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment