From cd875fefb2545108e3232826753df335bf1c956b Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 27 Apr 2023 10:16:26 -0300 Subject: [PATCH] dejar espacio al final del editor --- src/editor/editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor/editor.css b/src/editor/editor.css index 64ac1ec..7529794 100644 --- a/src/editor/editor.css +++ b/src/editor/editor.css @@ -37,6 +37,7 @@ .ProseMirror { width: 100%; padding: 0.5em; + padding-bottom: 50vh; overflow-wrap: break-word; word-wrap: break-word;