#parent-div {
  position: relative;
  background: green;
  height: 1500px;
}

#default-div {
  background: grey;
}

#fixed-div {
  background: lime;
  position: fixed;
  top: 10px;
}