Skip to content

Commit 7b4fd63

Browse files
committed
small cosmetic improvements
1 parent 66a3aef commit 7b4fd63

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

design/frontend/template/topsearch.phtml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,10 @@ $placeholder = $this->__('Search for products, categories, ...');
788788
.on('autocomplete:updated', function (e) {
789789
fixAutocompleteCssHeight(menu);
790790
});
791+
792+
$(window).resize(function () {
793+
fixAutocompleteCssSticky(menu);
794+
});
791795
});
792796
}
793797
});

skin/algoliasearch.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ a.ais-current-refined-values--link:hover
367367
@media (min-width: 992px) {
368368
#algolia-autocomplete-container .aa-dropdown-menu {
369369
width: 71.1%;
370+
min-width: 800px;
370371
}
371372
}
372373

0 commit comments

Comments
 (0)