mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 07:35:50 +00:00
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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user