mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
display empty div.pdf-canvas element as a blank page while it is being rendered
This commit is contained in:
parent
ce8b5dd11c
commit
d6e47c2701
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
.full-size;
|
.full-size;
|
||||||
background-color: @gray-lighter;
|
background-color: @gray-lighter;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
canvas {
|
canvas, div.pdf-canvas {
|
||||||
background: white;
|
background: white;
|
||||||
box-shadow: black 0px 0px 10px;
|
box-shadow: black 0px 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue