bugfix:The Mintlify navbar (logo + search bar with ⌘K) scrolls away w… (#2445)

* bugfix:The Mintlify navbar (logo + search bar with ⌘K) scrolls away when scrolling down the documentation, so it disappears from view.

* fix(docs): keep navbar visible on scroll (#2445) (thanks @chenyuan99)

---------

Co-authored-by: vignesh07 <vigneshnatarajan92@gmail.com>
This commit is contained in:
Yuan Chen
2026-01-26 20:39:10 -05:00
committed by GitHub
parent 2f7fff8dcd
commit 27174f5d82
4 changed files with 36 additions and 3 deletions

View File

@@ -115,6 +115,9 @@ body::after {
}
.shell {
position: sticky;
top: 0;
z-index: 100;
padding: 22px 16px 10px;
}