dependabot[bot]
2024-06-18 3cb9392a7a526bc54db655bc108020c5212857bc
quartz/styles/base.scss
@@ -485,6 +485,7 @@
ol.overflow {
  max-height: 400;
  overflow-y: auto;
  position: relative;
  // clearfix
  content: "";
@@ -513,3 +514,8 @@
    padding-left: 1rem;
  }
}
.katex-display {
  overflow-x: auto;
  overflow-y: hidden;
}