We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e8fbe commit c3b7a53Copy full SHA for c3b7a53
assets/css/v2/style.css
@@ -435,7 +435,7 @@ ol li:last-child {
435
-webkit-backdrop-filter: blur(20px);
436
position: sticky;
437
top: 0;
438
- z-index: 1;
+ z-index: 2;
439
440
.header-container {
441
display: flex;
@@ -950,6 +950,8 @@ main {
950
951
/* Search results on content */
952
atomic-search-interface#search-v2 {
953
+ position: relative;
954
+ z-index: 1;
955
display: inline-block !important;
956
width: 95vw;
957
grid-column: 1 / -1;
0 commit comments