/* Closed notifications must not extend the document's horizontal scroll area. */
.site-header .notifications-list-wrap {
  visibility: hidden;
}

.site-header .notifications-list-wrap.active {
  visibility: visible;
}

@media (min-width: 768px) {
  .site-header .notifications-list-wrap {
    right: 0;
  }
}
