diff --git a/docs/index.html b/docs/index.html index 13399be25ba..76c6ce3f0e5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -58,10 +58,22 @@ .searchCondition { display: flex; flex-wrap: wrap; + position: sticky; + top: 0; + z-index: 1; + padding: 12px 0; + background: #fff; + border-bottom: 1px solid #d1d5da; } .searchCondition > div { margin-right: 30px; } + .version-note { + flex-basis: 100%; + margin-top: 8px; + color: #57606a; + font-size: 0.9em; + } .header-link { position: relative; } @@ -100,6 +112,9 @@ +