We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a854dd commit 3b8db72Copy full SHA for 3b8db72
2 files changed
_layouts/default.html
@@ -60,7 +60,7 @@
60
indexName: 'loopback',
61
container: '#algolia-docsearch',
62
searchParameters: {
63
- facetFilters: ['language:en'],
+ facetFilters: ['lang:en'],
64
optionalFilters: [`version:${currentVersion}`]
65
}
66
});
css/customstyles.css
@@ -312,6 +312,11 @@ ul#results-container a: hover {
312
313
/* end search */
314
315
+/* Docsearch container z-index overwrite */
316
+.DocSearch-Container {
317
+ z-index: 1000 !important;
318
+}
319
+
320
.filter-options {
321
margin-bottom: 20px;
322
0 commit comments