summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Koch <markus@notsyncing.net>2020-04-19 19:02:45 +0200
committerMarkus Koch <markus@notsyncing.net>2020-04-19 19:02:45 +0200
commit9028fc646de7497cb4d321320f0d2ddc52bdf2e0 (patch)
tree72deb95f69a20f0cb61f919c0e5acdf971d220fd
parent892049ea1568c6dd70c9ac9cfd3591e82bac4bc5 (diff)
downloadlifomapserver-9028fc646de7497cb4d321320f0d2ddc52bdf2e0.tar.gz
lifomapserver-9028fc646de7497cb4d321320f0d2ddc52bdf2e0.tar.bz2
lifomapserver-9028fc646de7497cb4d321320f0d2ddc52bdf2e0.zip
Fix compatibility issues with Firefox
-rw-r--r--htdocs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/index.html b/htdocs/index.html
index 7716927..27b0f9a 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -18,7 +18,7 @@
</head>
<body style="position: absolute; padding: 0px; margin: 0px; width:100%; height:100%;">
<table id="windowtable" style="border-spacing:0;border:0;height:100%;width:100%;"><tr id="windowtr">
- <td style="padding:0;margin:0">
+ <td style="padding:0;margin:0;height:100%">
<div id="mapid" style="padding:0;margin:0;width: 100%; height: 100%;"></div>
</td>
</tr></table>