Jonathan Fung
2025-02-25 9a0d919a3b1730adb1f02e4a26eaad38bf71f408
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)) {