style(reader): remove grid overlay from PdfLayoutScan visualization

This commit is contained in:
Richard R 2026-06-03 00:31:53 -06:00
parent 52ec0ad9b4
commit 0c4a71ad47
2 changed files with 0 additions and 15 deletions

View file

@ -25,19 +25,6 @@
overflow: hidden;
}
.grid {
position: absolute;
inset: 0;
background-image: linear-gradient(
to bottom,
transparent 0,
transparent calc(100% / 22 - 1px),
color-mix(in srgb, var(--foreground) 6%, transparent) calc(100% / 22 - 1px),
color-mix(in srgb, var(--foreground) 6%, transparent) calc(100% / 22)
);
background-size: 100% calc(100% / 22 * 4);
}
/* ── readout chip (in the stage band, above the page) ─────────────────── */
.tagRow {
position: absolute;

View file

@ -116,8 +116,6 @@ export function PdfLayoutScan() {
</div>
<div className={styles.page}>
<div className={styles.grid} />
<div className={styles.solos}>
{SCAN_BLOCKS.map((block, i) => {
const size = SHAPE_SIZE[block.shape];