Fixed normalCanvas styling in the level editor.

This commit is contained in:
Scott Erickson 2014-10-03 09:59:54 -07:00
parent ca9c387964
commit df1c72d132
2 changed files with 6 additions and 5 deletions

View file

@ -16,6 +16,7 @@
bottom: 0
padding: 5px
border: 1px solid
z-index: 3
input
width: 100%

View file

@ -106,19 +106,19 @@
position: absolute
top: 45%
//height: 40px
// Below snatched from play/level.sass; should refactor?
canvas
background-color: #ddd
width: 100%
display: block
border: 1px solid black
#webgl-surface
background-color: #ddd
z-index: 1
#normal-surface
z-index: 2
position: absolute
left: 0
top: 0
pointer-events: none