¿Cómo puedo tener un menú fijo en la parte superior independientemente de caminar hacia abajo? Este es el enlace de codesandbox: https://codesandbox.io/s/sample-only-g1svw?file=/src/styles.css:247-357
Si pruebo este css:
#header { height: 100vh; background-size: cover; background-attachment: fixed; max-width: 100%; overflow-x: hidden; overflow: hidden; position: relative; top: 0; left: 0; z-index: 9000; width: 100%; height: 80px; background-image: url("https://wallpaperaccess.com/full/2409545.jpg"); }El cartel desaparece:
#navigator { top: 0px; left: 0px; position: fixed; z-index: 1000; }