Header 置顶自动隐藏

Header with sticky position hide automatically

我有一个像这样的粘性条:

header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
}

header 看起来像这样:https://pastebin.com/j063TiCy

它正在工作,但在某一时刻,菜单 auto-hides。我希望它在整个页面中保持显示:

https://imgur.com/a/9FBDvyR

在此先感谢您的帮助。

我认为你应该使用 position:fixed; left:0;right:0; top:0;