- Shipped
- August 14, 2026 at 9:24 PM UTC
- Author
- kamo
- Commit
- 68c4ca8
Three things, all in the floating sticky. The scrollbar was still grey. The rules were written as **************** which styles only the element CARRYING the class — and in rich mode the element that actually scrolls is the Lexical container nested inside it, which this stylesheet never sees and cannot put a class on. Each rule now has a descendant form too. The colours already reach it: custom properties inherit, which is why the Firefox path worked all along. The rich toolbar grew its own scrollbar on a narrow note. That was a maxHeight/overflow-y I had put on it to stop it eating the writing area — which traded one problem for a worse one, a second scrollbar inside a note that already has one. It now wraps to as many rows as it needs and the writing area gives up the space. The switch-to-plain confirmation opened UNDERNEATH the note it was asking about, with its darkening backdrop under there too. MUI's modal layer is 1300 and the notes sit at 8000+. ConfirmationDialog takes an optional zIndex (absent everywhere else, so nothing else moves), and both callers pass one constant exported next to the notes' own base so the two cannot drift apart.