From 0f0ea37cf15393ba4eefebe31e45772d8f12ba9b Mon Sep 17 00:00:00 2001 From: Anialation81 Date: Thu, 4 Sep 2014 10:44:04 -0400 Subject: [PATCH] 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. --- file/index.cgi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/file/index.cgi b/file/index.cgi index 5c4ebed41..ee5a9e619 100755 --- a/file/index.cgi +++ b/file/index.cgi @@ -81,6 +81,11 @@ if ($config{'extract'} && } print < +body { margin: 0px; } + +