mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
fixed thang editor appearance: components view was overlapping with tabs.
Now looks neat, but still unclickable.
This commit is contained in:
parent
bf323d59f2
commit
1cc3e79db9
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
.column
|
||||
position: absolute
|
||||
top: 0
|
||||
top: 70px
|
||||
bottom: 0
|
||||
padding: 5px
|
||||
box-sizing: border-box
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
.treema
|
||||
position: absolute
|
||||
top: 70px
|
||||
top: 100px
|
||||
left: 0
|
||||
right: 10px
|
||||
bottom: 0
|
||||
|
@ -32,7 +32,7 @@
|
|||
|
||||
.treema
|
||||
position: absolute
|
||||
top: 70px
|
||||
top: 100px
|
||||
left: 10px
|
||||
right: 0px
|
||||
bottom: 0
|
||||
|
|
Loading…
Reference in a new issue