mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 10:06:08 -05:00
Merge pull request #3188 from viettruong2194/text-overlap-wooden-frame
Fix top margin and height for game-menu for #2963
This commit is contained in:
commit
295a0e06e9
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@
|
||||||
left: 219px
|
left: 219px
|
||||||
top: 21px
|
top: 21px
|
||||||
width: 571px
|
width: 571px
|
||||||
height: 514px
|
height: 495px
|
||||||
|
margin-top: 15px
|
||||||
padding: 50px
|
padding: 50px
|
||||||
overflow-y: scroll
|
overflow-y: scroll
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue