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-05-15 11:24:28 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-15 11:24:28 -0700 |
commit | fe9a18a14ec87535e3811d4bc4c055590f12b36d (patch) | |
tree | 207d69a13eb2dab30d99d3c2626d510103307c00 /public/assets/css | |
parent | 7021b499339ae1e9bede4fe85895108c49b805a4 (diff) |
Add some high-element maps to test performance
Diffstat (limited to 'public/assets/css')
-rw-r--r-- | public/assets/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/css/style.css b/public/assets/css/style.css index a973630..13d1fa5 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -14,6 +14,7 @@ svg, object { background-color: darkgray; width: 100%; height: 100%; + overflow: hidden; } object { |