Update index.cgi

In Google Chrome with the default body margin of 8px, the Java applet gets confused as to where you are clicking. Setting the body margin to 0px fixes the problem and makes the applet fill the space properly.
This commit is contained in:
Anialation81
2014-09-04 10:44:04 -04:00
parent 953ab4863e
commit 0f0ea37cf1

View File

@@ -81,6 +81,11 @@ if ($config{'extract'} &&
}
print <<EOF;
<style>
body { margin: 0px; }
</style>
<script>
function upload(dir)
{