Hapus Posisi Atribut Absolut dengan Menambahkan CSS

#test {
  position: absolute;
}

#test {
  position: static;
}
Real Rabbit