Fix search showing behind widget

Moved search height above.
Lowered widget height
Added close X
Step2 cancel button closes vs moving to next step.
This commit is contained in:
Jake
2021-04-23 11:47:59 -07:00
parent 5f7da18409
commit 1b25c71fc5
3 changed files with 24 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -132,6 +132,11 @@ algoliaOptions: { 'facetFilters': ["lang:{{target.lang}}"] },
debug: false
});
</script>
<style>
#algolia-autocomplete-listbox-0 {
z-index: 1100 !important;
}
</style>
{% if currentpage.embed_ripple_lib %}
<!-- ripple-lib & prerequisites -->