#divGrande {
  height: 400px;
  width: 330px;
  overflow: auto;
  position: relative;
  /*top: 50px;
  left: 50px; */
  overscroll-behavior-block: contain;
}

#divChico {
    width: 300px;
}
