Jacky Zhao
2024-08-28 6715079a8908e8807291415eb3dee506574b5459
fix: only apply z-index on left sidebar
1 files modified
2 ■■■ changed files
quartz/styles/base.scss 2 ●●● patch | view | raw | blame | history
quartz/styles/base.scss
@@ -172,7 +172,6 @@
      box-sizing: border-box;
      padding: 0 4rem;
      position: fixed;
      z-index: 1;
      @media all and (max-width: $fullPageWidth) {
        position: initial;
        flex-direction: row;
@@ -183,6 +182,7 @@
    }
    & .sidebar.left {
      z-index: 1;
      left: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth);
      @media all and (max-width: $fullPageWidth) {
        gap: 0;