mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
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:
@@ -81,6 +81,11 @@ if ($config{'extract'} &&
|
||||
}
|
||||
|
||||
print <<EOF;
|
||||
|
||||
<style>
|
||||
body { margin: 0px; }
|
||||
</style>
|
||||
|
||||
<script>
|
||||
function upload(dir)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user