Updated viewer's css

This commit is contained in:
Thomas FORGIONE 2016-09-09 20:10:53 +02:00
parent f02885b75f
commit 1eb07b6078
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,8 @@
#canvas {
body {
margin: 0px;
}
#canvas-paint, #canvas-pdf {
margin:auto;
position:absolute;
top:0;
@ -7,4 +11,6 @@
right:0;
max-height:100%;
max-width:100%;
padding-bottom:0px;
margin-bottom:0px;
}