Skip to content

Commit

Permalink
add border to make visible the end of pages
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Nogueira <nogueiradeoliveira@gmail.com>
  • Loading branch information
hugouke committed Feb 1, 2024
1 parent 822fdf8 commit 6fae8f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Components/PdfEditor/PdfEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,8 @@ export default {
audio, canvas, embed, iframe, img, object, svg, video {
display: unset;
}
canvas {
border-bottom: 2px solid #eee;
}
</style>

0 comments on commit 6fae8f7

Please sign in to comment.