div#webpush-notification-center.webpush-notification-center-layout-popup {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
}

@media screen and (min-width: 1024px) {
  div#webpush-notification-center.webpush-notification-center-layout-popup {
    width: 342px;
    height: 540px;
    top: unset;
    bottom: 16px;
    left: 0px;
    margin-right: 16px;
    margin-left: 16px;
    border-radius: 8px;
  }
}

@media only screen and (hover: hover) {
  div#webpush-notification-center-list {
    margin-left: 10px;
    overflow-y: scroll;
  }

  #webpush-notification-center-list:hover {
    scrollbar-width: thin;
    scrollbar-color: #949494 #ffffff;
  }

  #webpush-notification-center-list {
    scrollbar-width: thin;
    scrollbar-color: #ffffff #ffffff;
  }

  #webpush-notification-center-list::-webkit-scrollbar {
    width: 10px;
  }

  #webpush-notification-center-list::-webkit-scrollbar-track {
    background: #ffffff;
  }

  #webpush-notification-center-list:hover::-webkit-scrollbar-thumb {
    background-color: #949494;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

  #webpush-notification-center-list::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }
}
