Updated viewer's css
This commit is contained in:
parent
f02885b75f
commit
1eb07b6078
|
@ -1,4 +1,8 @@
|
||||||
#canvas {
|
body {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#canvas-paint, #canvas-pdf {
|
||||||
margin:auto;
|
margin:auto;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:0;
|
top:0;
|
||||||
|
@ -7,4 +11,6 @@
|
||||||
right:0;
|
right:0;
|
||||||
max-height:100%;
|
max-height:100%;
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
|
padding-bottom:0px;
|
||||||
|
margin-bottom:0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue