aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-10-15 11:31:30 +0100
committerStruan Donald <struan@exo.org.uk>2013-10-15 11:31:30 +0100
commit2f0f1cf385ae833d779ed66cb9c937f465682510 (patch)
tree5346b53fee2ab3b34a2da6f0ba60079248b9695e
parente89e835cf5877de174f3020ae847a24080a7ac14 (diff)
Fix iOS7 issue with map tiles disappearing
Fixes #153
-rw-r--r--src/css/fms.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/css/fms.css b/src/css/fms.css
index aa552e6..1739ece 100644
--- a/src/css/fms.css
+++ b/src/css/fms.css
@@ -237,6 +237,10 @@
bottom: -22px;
}
+ .ios7 #map_box .olLayerDiv div {
+ display: block !important;
+ }
+
/* all app classes and selectors */
/* This is a bit of hackery as without it jquerymobile never sets the page