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; +}