style/zen mode: improve scrolling for text notes

This commit is contained in:
Adorian Doran 2025-11-03 15:24:09 +02:00
parent 6f82c283e9
commit aa7f01313a

View File

@ -2117,6 +2117,11 @@ body.zen .note-split.type-text {
font-size: 1.15em;
}
body.zen .note-split.type-text .scrolling-container {
/* (Usually) keeps the caret above the fixed toolbar */
scroll-padding-bottom: 130px;
}
/* Fixed formatting toolbar */
body.zen .note-split .ribbon-container {