Full document, spreadsheet, slideshow, and diagram tooling
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'fix: opaque backgrounds for sheet cells and row headers' (#273) from fix/frozen-column-dark-bg into main

scott 900cf645 24af20f0

+2
+2
src/css/app.css
··· 2317 2317 min-width: 3rem; 2318 2318 text-align: center; 2319 2319 cursor: e-resize; 2320 + background: var(--color-surface); 2320 2321 } 2321 2322 2322 2323 .sheet-grid td { ··· 2327 2328 box-sizing: border-box; 2328 2329 position: relative; 2329 2330 overflow: hidden; 2331 + background: var(--color-bg); 2330 2332 /* Grid lines via box-shadow instead of borders — avoids double-line 2331 2333 artifacts from border-collapse/separate + sticky + background-clip 2332 2334 interactions. Shadows render on top of backgrounds reliably. */