@import './../lib/mixins';

pragma-dropdown-menu {
  ul {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

    align-items: center;
    justify-content: center;

    @include overflow-scroll(scroll, touch);
  }
}