.PopoverCover {
  background: $color-gray-10;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;

  &--left {
    right: 0;
    top: 10px;
  }
  &--bottom {
    bottom: 0;
    top: auto;
  }

  &__wrapper--self-aligned {
    position: relative;
  }
}
