Skip to content

Commit af0a117

Browse files
committed
fix: side panel and search modal overlapping issue
Signed-off-by: Neeraj Deshmukh <neerajd002@gmail.com>
1 parent 9a854dd commit af0a117

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
indexName: 'loopback',
6161
container: '#algolia-docsearch',
6262
searchParameters: {
63-
facetFilters: ['language:en'],
63+
facetFilters: ['lang:en'],
6464
optionalFilters: [`version:${currentVersion}`]
6565
}
6666
});

css/customstyles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,11 @@ ul#results-container a: hover {
312312
}
313313
/* end search */
314314

315+
/* Docsearch container z-index overwrite */
316+
.DocSearch-Container {
317+
z-index: 1000 !important;
318+
}
319+
315320
.filter-options {
316321
margin-bottom: 20px;
317322
}

0 commit comments

Comments
 (0)