body {
  margin: 0;
}

.object {
  position: fixed;
  top: 50px;
  left: 0;
  width: 50px;
  height: 50px;
  background: red;
}

.spacer {
  height: 3000px;
}
