diff --git a/services/web/public/stylesheets/app/editor/pdf.less b/services/web/public/stylesheets/app/editor/pdf.less index 8b7bacb047..e2bb32b7d2 100644 --- a/services/web/public/stylesheets/app/editor/pdf.less +++ b/services/web/public/stylesheets/app/editor/pdf.less @@ -23,7 +23,7 @@ .full-size; background-color: @gray-lighter; overflow: scroll; - canvas { + canvas, div.pdf-canvas { background: white; box-shadow: black 0px 0px 10px; }