remove position absolute attribute by adding css

47

#test {
  position: absolute;
}

#test {
  position: static;
}

Comments

Submit
0 Comments