mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Fix iFrame being truncated
This commit is contained in:
parent
136d274d54
commit
7f2d3d8b57
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue