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(sheets): opaque background for sticky header row' (#83) from fix/header-bg into main

scott 0475c697 7bcbd435

+1 -1
+1 -1
src/css/app.css
··· 1676 1676 top: 0; 1677 1677 position: sticky; 1678 1678 z-index: 3; 1679 - background: var(--color-bg-subtle); 1679 + background: var(--color-surface); 1680 1680 cursor: s-resize; 1681 1681 } 1682 1682 .sheet-grid thead th.corner { cursor: default; }