Usuń atrybut bezwzględny pozycji, dodając CSS

#test {
  position: absolute;
}

#test {
  position: static;
}
Real Rabbit