_popup.scss 942 B
Newer Older
.popup-underlay {
  background: transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1899; /* Under the menu popup */
}

.popup-menu-account {
  /* Override SUI popup styles so popup does not appear above menu icon */
  bottom: auto !important;
  max-width: 205px !important; /* Allow space between items and scrollbar */
  padding: 0px !important; /* Allow menu items to take up full width*/
    max-height: 195px;
      background: rgba($faint, 0.5);
      color: $black;