Support dropping json files into the editor

This commit is contained in:
Nick O'Leary
2017-01-19 15:34:14 +00:00
parent b8888a5d46
commit 0720128bd4
2 changed files with 22 additions and 6 deletions

View File

@@ -23,6 +23,7 @@
width: 100%;
height: 100%;
display: none;
z-index:100;
}
#dropTarget div {
display: table-cell;
@@ -34,4 +35,3 @@
#dropTarget div i {
font-size: 80px;
}