.container {
  position: relative;
}

.popup {
  position: absolute;
  overflow: auto;
  z-index: 20;
  background: white;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
