:host {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  overflow-y: auto;
  min-height: 0;
  touch-action: pan-y;
}
