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-22 20:44:07 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-22 20:44:07 -0700 |
commit | 9e375ef3734301f5527b8308f4813a067d3d53fb (patch) | |
tree | a3d0b343369d944cbc7a505c653989cae918ea5e /public/map.css | |
parent | 2cf47e56fefef1f61fa7138ce50ffddf45d390e7 (diff) |
Remove scrollbars from svg
Diffstat (limited to 'public/map.css')
-rw-r--r-- | public/map.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/map.css b/public/map.css index ad67ce3..71dfe79 100644 --- a/public/map.css +++ b/public/map.css @@ -1,3 +1,7 @@ +svg { + overflow: hidden; +} + image { image-rendering: pixelated; } |