Skip to content

Commit a357207

Browse files
committed
fix: Product selector positioning + z-index
1 parent 01e2f74 commit a357207

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
@@ -211,6 +211,7 @@ nav {
211211
display: grid;
212212
grid-template-columns: var(--text-content-width-iphone-13) 1fr;
213213
grid-template-rows: var(--breadcrumb-max-height) 1fr;
214+
z-index: 1;
214215
}
215216

216217
.docs-container {
@@ -221,6 +222,7 @@ nav {
221222
display: flex;
222223
flex-direction: column;
223224
position: relative;
225+
z-index: 2;
224226
}
225227

226228
#searchbox {
@@ -506,7 +508,7 @@ atomic-search-layout atomic-layout-section[section="search"] {
506508
position: absolute;
507509
top: 0;
508510
min-width: 80%;
509-
margin-top: 1rem;
511+
margin-top: 7.375rem;
510512
margin-left: 44rem;
511513
padding: 1rem 1.5rem;
512514
background-color: white;

0 commit comments

Comments
 (0)