supprimer l'attribut absolu de position en ajoutant CSS

#test {
  position: absolute;
}

#test {
  position: static;
}
Real Rabbit