display empty div.pdf-canvas element as a blank page while it is being rendered

This commit is contained in:
Brian Gough 2014-12-02 11:00:33 +00:00
parent ce8b5dd11c
commit d6e47c2701

View file

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