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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user