.uex-popover {
  position: absolute;
  top: 0;
  overflow-y: auto;
  background-color: $modal-content-bg;
  box-shadow: $modal-content-box-shadow-xs;
  z-index: $zindex-modal;

  &:not(.visible) {
    display: none !important;
    height: 0 !important;
    overflow-y: hidden;
  }
}
