dependabot[bot]
2024-06-18 0a3be96dd6098026edc23a7f66029484c1e44551
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;
}