Entfernen Sie das Absolute -Attribut der Position durch Hinzufügen von CSS
#test {
position: absolute;
}
#test {
position: static;
}
Real Rabbit
#test {
position: absolute;
}
#test {
position: static;
}