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

#default-div {
  background: white;
}

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