aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-17 18:45:56 -0700
committerfriendica <info@friendica.com>2015-03-17 18:45:56 -0700
commit7a9aca6ecbe84ad4469cbbec2b7a1269e9f94378 (patch)
treed7580c55a510bdb3c2bfed2308877ca871c0dd07 /view/css
parentf5602f129eb24ccd1690f49cc272bf2c352e5238 (diff)
downloadvolse-hubzilla-7a9aca6ecbe84ad4469cbbec2b7a1269e9f94378.tar.gz
volse-hubzilla-7a9aca6ecbe84ad4469cbbec2b7a1269e9f94378.tar.bz2
volse-hubzilla-7a9aca6ecbe84ad4469cbbec2b7a1269e9f94378.zip
fix the map embed issue by keeping the map visible but moving it far off the screen.
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_photos.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css
index f95a0ca2f..7718289c3 100644
--- a/view/css/mod_photos.css
+++ b/view/css/mod_photos.css
@@ -19,7 +19,6 @@
}
#photo-edit,
-#photo-map,
#photo-album-edit-wrapper,
#photo-upload-form {
display: none;
@@ -29,3 +28,9 @@
padding: 4px;
width: 100%;
}
+
+#photo-map {
+ position: absolute;
+ left: -9999px;
+ top: -9999px;
+} \ No newline at end of file