.export-menu.is-active {
  @apply z-10;
}

.export-menu button,
.export-menu button:active,
.export-menu button:focus {
  outline: none;
}

.export-menu .popout {
  @apply opacity-0 pointer-events-none;
  transition: opacity 200ms ease-in-out;
}

.export-menu.is-active .popout {
  @apply opacity-100 pointer-events-auto;
}
