Emile Bangma
2025-02-25 59d5a0ed3a6089c1e2a18d846fd8e428696eca92
fix(graph): mobile global graph overlay (#1790)

1 files modified
1 ■■■■ changed files
quartz/components/styles/explorer.scss 1 ●●●● patch | view | raw | blame | history
quartz/components/styles/explorer.scss
@@ -4,7 +4,6 @@
  .page > #quartz-body {
    // Shift page position when toggling Explorer on mobile.
    & > :not(.sidebar.left:has(.explorer)) {
      transform: translateX(0);
      transition: transform 300ms ease-in-out;
    }
    &.lock-scroll > :not(.sidebar.left:has(.explorer)) {