.portal {
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;

  > * {
    pointer-events: all;
  }
}
