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 01e2f74 commit a357207Copy full SHA for a357207
assets/css/v2/style.css
@@ -211,6 +211,7 @@ nav {
211
display: grid;
212
grid-template-columns: var(--text-content-width-iphone-13) 1fr;
213
grid-template-rows: var(--breadcrumb-max-height) 1fr;
214
+ z-index: 1;
215
}
216
217
.docs-container {
@@ -221,6 +222,7 @@ nav {
221
222
display: flex;
223
flex-direction: column;
224
position: relative;
225
+ z-index: 2;
226
227
228
#searchbox {
@@ -506,7 +508,7 @@ atomic-search-layout atomic-layout-section[section="search"] {
506
508
position: absolute;
507
509
top: 0;
510
min-width: 80%;
- margin-top: 1rem;
511
+ margin-top: 7.375rem;
512
margin-left: 44rem;
513
padding: 1rem 1.5rem;
514
background-color: white;
0 commit comments