dependabot[bot]
2025-09-22 eb6cc6ff8e3e9de9cf86e10b013d7785aa63aba5
quartz/components/styles/explorer.scss
@@ -239,7 +239,7 @@
      margin-top: 0;
      background-color: var(--light);
      max-width: 100vw;
      width: 100%;
      width: 100vw;
      transform: translateX(-100vw);
      transition:
        transform 200ms ease,
@@ -265,6 +265,6 @@
.mobile-no-scroll {
  @media all and ($mobile) {
    overflow: hidden;
    overscroll-behavior: none;
  }
}