Não seria somente colocar o elemento fixed no cabeçalho ? .cabecalho { position: fixed; }
mas a imagem sobrescreve o navbar ?
Não seria somente colocar o elemento fixed no cabeçalho ? .cabecalho { position: fixed; }
mas a imagem sobrescreve o navbar ?
Resolvido !!! .cabecalho { align-items: center; background: #f9f9f9; display: flex; justify-content: space-between; padding-left: 2rem; padding-right: 2rem; position: fixed; z-index: 2; width: 100%; }
.menu__lista { display: flex; margin-right: 4rem; }