slideshow.io/static/css/viewer.css

15 lines
189 B
CSS
Raw Normal View History

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