2016-09-09 19:10:53 +01:00
|
|
|
body {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#canvas-paint, #canvas-pdf {
|
2016-09-09 17:20:59 +01:00
|
|
|
margin:auto;
|
|
|
|
position:absolute;
|
|
|
|
top:0;
|
|
|
|
bottom:0;
|
|
|
|
left:0;
|
|
|
|
right:0;
|
|
|
|
max-height:100%;
|
|
|
|
max-width:100%;
|
2016-09-09 19:10:53 +01:00
|
|
|
padding-bottom:0px;
|
|
|
|
margin-bottom:0px;
|
2016-09-09 17:20:59 +01:00
|
|
|
}
|