From aa7f01313a546659e11ec55addb24c41ab3fefc8 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 3 Nov 2025 15:24:09 +0200 Subject: [PATCH] style/zen mode: improve scrolling for text notes --- apps/client/src/stylesheets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 2a7664995..48e52ed92 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -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 {