.container {
  width: 350px;
  height: 200px;
}

.popover-container {
  position: relative;

  height: 300px;

  .popover {
    position: absolute;
  }

  .button {
    position: absolute;
    top: 230px;
    width: 150px;
    height: 35px;
  }
}