1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

fixed Javatari canvas (Bootstrap 3 upgrade broke it)

This commit is contained in:
Steven Hugg
2017-05-13 07:57:21 -04:00
parent 8b151fbe37
commit 82a87330ac
2 changed files with 10 additions and 2 deletions
+6
View File
@@ -216,3 +216,9 @@ canvas.pixelated {
border-color:white;
border-style:dotted;
}
#javatari-screen canvas {
box-sizing: content-box;
}
#javatari-screen div {
box-sizing: content-box;
}