Jak ustawić cząsteczki JS, które nie unoszą się nad zawartością

position: fixed;
  width: 100%;
  z-index: -1;
}
Smoggy Squirrel