Fix iFrame being truncated

This commit is contained in:
Phoenix Eliot 2016-08-22 12:01:45 -07:00
parent 136d274d54
commit 7f2d3d8b57

View file

@ -289,8 +289,11 @@ $level-resize-transition-time: 0.5s
.game-container, .level-content, #game-area, #canvas-wrapper
height: 100%
#canvas-wrapper
height: calc(100% - 50px)
#canvas-wrapper canvas
display: none
display: none
#web-surface-view
position: absolute