@import "../../themes/ionic.globals";

:host ion-list {
  @include margin(0);
}

ion-list-header,
ion-label {
  @include margin(0);
}


/**
 * The main content inside of a popover has overflow: hidden
 * so that a descendant ion-content can be scrolled.
 * However, select-popover does not use ion-content so we need
 * to explicitly make this container scrollable.
 */
:host {
  overflow-y: auto;
}
