36chambers
-
Posts
1 -
Joined
-
Last visited
Reputation Activity
-
36chambers got a reaction from SummerChang in How make the navigation menu/bar stick at the top of the screen while scrolling
This is what worked for me:
.Header {
position: sticky;
top: 0px;
z-index: 1000;
width: 100%;
}