diff options
| author | Ben Burwell <ben.burwell@trifecta.com> | 2017-01-22 19:38:46 -0500 |
|---|---|---|
| committer | Ben Burwell <ben.burwell@trifecta.com> | 2017-01-22 19:38:46 -0500 |
| commit | ae0a6f8c9e6eca7b28124f69ffaae69cf24d6170 (patch) | |
| tree | 371da4f0422acca5f20079df55d06450ae3e7d94 | |
| parent | 4773ebe1ed2269309c15229ac11d9a9a586b580d (diff) | |
Fix map again
| -rw-r--r-- | map/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/map/index.html b/map/index.html index 92d13d7..653958d 100644 --- a/map/index.html +++ b/map/index.html @@ -12,6 +12,8 @@ iframe { border: none; + width: 100%; + height: 100%; } </style> </head> |
