01
scroll down
02
<div
  style={{
    position: "absolute",
    width: "100%",
    height: "1300px",
    zIndex: 7,
  }}
>
  <div
    style={{
      position: "sticky",
      borderRadius: "12px",
      height: "640px",
      top: "40px",
    }}
  />
</div>
03
<div
  style={{
    position: "absolute",
    width: "100%",
    height: "1960px",
    zIndex: 6,
  }}
>
  <div
    style={{
      position: "sticky",
      borderRadius: "12px",
      height: "640px",
      top: "80px",
    }}
  />
</div>
04
<div
  style={{
    position: "absolute",
    width: "100%",
    height: "2620px",
    zIndex: 5,
  }}
>
  <div
    style={{
      position: "sticky",
      borderRadius: "12px",
      height: "640px",
      top: "120px",
    }}
  />
</div>
05
<div
  style={{
    position: "absolute",
    width: "100%",
    height: "3280px",
    zIndex: 4,
  }}
>
  <div
    style={{
      position: "sticky",
      borderRadius: "12px",
      height: "640px",
      top: "160px",
    }}
  />
</div>
06
<div
  style={{
    position: "absolute",
    width: "100%",
    height: "3940px",
    zIndex: 3,
  }}
>
  <div
    style={{
      position: "sticky",
      borderRadius: "12px",
      height: "640px",
      top: "200px",
    }}
  />
</div>