ion-popover {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  z-index: 1000; }

.popover-wrapper {
  opacity: 0;
  z-index: 10; }

.popover-content {
  display: flex;
  position: absolute;
  flex-direction: column;
  overflow: auto;
  z-index: 10; }

.popover-content ion-content {
  position: relative;
  contain: none; }

.popover-md .popover-content {
  border-radius: 2px;
  transform-origin: left top;
  width: 250px;
  min-width: 0;
  min-height: 0;
  max-height: 90%;
  background: var(--ion-background-color, #fff);
  color: var(--ion-text-color, #000);
  box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.3); }

.popover-md .popover-viewport {
  transition-delay: 100ms; }
