mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-02 20:07:25 -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
|
.column
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 0
|
top: 70px
|
||||||
bottom: 0
|
bottom: 0
|
||||||
padding: 5px
|
padding: 5px
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
.treema
|
.treema
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 70px
|
top: 100px
|
||||||
left: 0
|
left: 0
|
||||||
right: 10px
|
right: 10px
|
||||||
bottom: 0
|
bottom: 0
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
.treema
|
.treema
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 70px
|
top: 100px
|
||||||
left: 10px
|
left: 10px
|
||||||
right: 0px
|
right: 0px
|
||||||
bottom: 0
|
bottom: 0
|
||||||
|
|
Loading…
Reference in a new issue