From 6fae8f7511857293de556d61512bcc0d899fef44 Mon Sep 17 00:00:00 2001 From: Hugo Nogueira Date: Thu, 1 Feb 2024 15:12:13 -0300 Subject: [PATCH] add border to make visible the end of pages Signed-off-by: Hugo Nogueira --- src/Components/PdfEditor/PdfEditor.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Components/PdfEditor/PdfEditor.vue b/src/Components/PdfEditor/PdfEditor.vue index e84d9b9b2e..2365e23bf5 100644 --- a/src/Components/PdfEditor/PdfEditor.vue +++ b/src/Components/PdfEditor/PdfEditor.vue @@ -82,4 +82,8 @@ export default { audio, canvas, embed, iframe, img, object, svg, video { display: unset; } + +canvas { + border-bottom: 2px solid #eee; +}