Skip to content

Commit 0e41540

Browse files
authored
fix: Coveo not showing properly on prod landing + some devices (#242)
1 parent c5f37a4 commit 0e41540

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/css/v2/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ body:not(:has(.main-layout)) header atomic-search-interface {
696696
display: block;
697697
}
698698

699-
@media (max-width: 1184px) {
699+
@media (max-width: 88rem) {
700700
/* Show on pages with sidebar if it is hidden */
701701
body:has(.sidebar-layout) header atomic-search-interface {
702702
display: block;

layouts/_default/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<main class="content col d-block align-top content-has-toc" role="main" data-mf="true" style="display: none">
1414
<section class="main-layout">
15-
<div class="sidebar-layout">
15+
<div class="sidebar-layout" id="sidebar-layout">
1616
<nav data-mf="true" id="sidebar-v2" class="sidebar" style="display:none;">
1717
{{ partial "sidebar-v2.html" . }}
1818
</nav>

0 commit comments

Comments
 (0)