- Ya
- 14 Agosti 2026, 17:56 UTC
- Mwandishi
- kamo
- Ahadi ya
- d801c71
The note's background faded to `rgba(0,0,0,0.045)` at one corner. That is not a shade — it is 95% TRANSPARENT, so the corner of a sticky showed the page scrolling underneath it. Both the floating note and the pinned-note chips on the launchpad are now solid paper. A floating note that overflows also gets a scrollbar in its own palette: a slim pill in the note's accent hue on an invisible track, so the paper reads as continuous behind it. Scrollbar pseudo-elements cannot be set from inline styles, so the colours are handed to globals.css as custom properties on the scrolling element. `scrollbar-color` covers Firefox and Chrome 121+; the -webkit- rules cover every WebKit build before that. Applied to both scrollable surfaces — the editable textarea and the read-only preview a formatted note falls back to. The header keeps its rgba tint: it composites over opaque paper now, so it reads as a slightly darker shade of the note rather than showing through.