
:host {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: hidden;
}

:host(.no-buttons) slot[name=buttons] {
  display: none;
}

::slotted([slot=body]) {
  overflow-y: auto;
}

::slotted([slot=buttons]) {
  background: var(--c-group-item-bg);
}

.pager-list::-webkit-scrollbar {
  display: none;
}

.page-container {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
}
