diff options
-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> |