mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Fix scrolling on PlayGameDevLevelView
This commit is contained in:
parent
e929686502
commit
24848da7bf
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
background: #333
|
background: #333
|
||||||
padding: 15px
|
padding: 15px
|
||||||
height: 100vh
|
min-height: 100vh
|
||||||
|
|
||||||
#game-row
|
#game-row
|
||||||
display: flex
|
display: flex
|
||||||
|
|
Loading…
Reference in a new issue