Fix search input overlapping site nav

This commit is contained in:
Taylor Chaparro
2021-01-26 08:38:41 -08:00
parent 25c5aa783b
commit 9adf2c1b31
2 changed files with 39 additions and 33 deletions
+7
View File
@@ -810,6 +810,13 @@ section#cncf {
}
}
.td-search {
header > .header-filler {
height: $hero-padding-top;
background-color: black;
}
}
// Docs specific
#editPageButton {