pragma-dropdown-menu ul {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
}
