How can I have a fixed menu at the top regardless of strolling down? This is the codesandbox link:
with position: sticky;
this is what it looks like:
CodePudding user response:
#navigator{
top: 0px;
left: 0px;
position : fixed;
z-index: 1000;
}