Skip to content

Commit c3b7a53

Browse files
committed
Coveo: Fixed z-index issues
1 parent 37e8fbe commit c3b7a53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/css/v2/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ ol li:last-child {
435435
-webkit-backdrop-filter: blur(20px);
436436
position: sticky;
437437
top: 0;
438-
z-index: 1;
438+
z-index: 2;
439439

440440
.header-container {
441441
display: flex;
@@ -950,6 +950,8 @@ main {
950950

951951
/* Search results on content */
952952
atomic-search-interface#search-v2 {
953+
position: relative;
954+
z-index: 1;
953955
display: inline-block !important;
954956
width: 95vw;
955957
grid-column: 1 / -1;

0 commit comments

Comments
 (0)