#commentWrapper { /* required to avoid jumping */
  position: relative;
  margin:0px;
}

#comment {
  position: absolute;
  top: 0;
  margin:0px;
}

#comment.fixed {
  position: fixed;
  top: 0;
}
