summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/battlemap/www/index.html')
-rw-r--r-- | src/battlemap/www/index.html | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/src/battlemap/www/index.html b/src/battlemap/www/index.html index 21c6a27..a7308e5 100644 --- a/src/battlemap/www/index.html +++ b/src/battlemap/www/index.html @@ -2,9 +2,26 @@ <html> <head> <style> + html + { + height: 100%; + } + + html, body, .battlemap + { + position: absolute; + top: 0; + bottom: 0; + right: 0; + left: 0; + } + .battlemap-container { - position: relative; + overflow: auto; + resize: vertical; + width: inherit; + height: 70%; } .battlemap-tiled |