Emile Bangma
2025-06-03 499adf4a4ea52e743f1c27c8439545faa90928d0
fix(ios): mobile explorer overscroll behavior (#2008)

1 files modified
4 ■■■■ changed files
quartz/components/styles/explorer.scss 4 ●●●● patch | view | raw | blame | history
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;
  }
}