header not fixed corectly
Open
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description

Navbar not sticking to the top
`.fixedHeaderContainer {
background: #3b5998;
color: #fff;
height: 34px;
padding: 10px 0 8px;
top: 0; // addthis to tell the position of the navbar
position: sticky; // and this so that it stick to that top position
width: 100%;
z-index: 9999;
}`
Contributor guide
Assessment
This issue has not been assessed yet.