index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
-rw-r--r-- | public/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index b220b88..22f592f 100644 --- a/public/style.css +++ b/public/style.css @@ -7,7 +7,7 @@ body { #map-container { flex-basis: 100%; position: relative; - max-height: 100vh; + height: 100vh; } svg, object { |