index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-28 16:37:05 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-28 16:37:05 -0700 |
commit | 2f36d4b76c3da1eec8cbca9e03b1364222bee8cf (patch) | |
tree | 94950ab3e9b58a5a7b66dd54012bd2b1cbdb61f1 /public/style.css | |
parent | 2772333072ba8ddaa6721e3bfc6665e2df8d0a14 (diff) |
Fix map-container not using full viewport height when map is small
Diffstat (limited to 'public/style.css')
-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 { |