remove horizontal scrollbars

scale down canvas if the image is wider than the browser window
This commit is contained in:
Georg Fischer
2013-09-28 12:57:03 +02:00
parent 5640d7a10b
commit 97c8e633ac
2 changed files with 18 additions and 11 deletions
+15 -10
View File
@@ -122,14 +122,6 @@ a:hover
display: none;
}
#canvas
{
clear: both;
float: left;
margin-top: 30px;
display: block;
}
.export-wrapper
{
clear: both;
@@ -156,8 +148,21 @@ a:hover
margin-left: 4px;
}
.missing-feature
{
clear: both;
}
}
.canvas-wrapper
{
width: 100%;
clear: both;
float: left;
margin-top: 30px;
}
#canvas
{
display: block;
max-width: 100%;
}