Jacky Zhao
2025-03-31 d6f69e830c15fd7b57a0b82e0505345e915e94ce
fix: remove redundant log and display in parent of overflow
2 files modified
2 ■■■■■ changed files
quartz/components/OverflowList.tsx 1 ●●●● patch | view | raw | blame | history
quartz/styles/base.scss 1 ●●●● patch | view | raw | blame | history
quartz/components/OverflowList.tsx
@@ -15,7 +15,6 @@
let numExplorers = 0
export default () => {
  const id = `list-${numExplorers++}`
  console.log(id)
  return {
    OverflowList: (props: JSX.HTMLAttributes<HTMLUListElement>) => (
quartz/styles/base.scss
@@ -554,7 +554,6 @@
}
div:has(> .overflow) {
  display: flex;
  max-height: 100%;
  overflow-y: hidden;
}