diff options
author | Struan Donald <struan@exo.org.uk> | 2013-10-15 11:31:30 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-10-15 11:31:30 +0100 |
commit | 2f0f1cf385ae833d779ed66cb9c937f465682510 (patch) | |
tree | 5346b53fee2ab3b34a2da6f0ba60079248b9695e | |
parent | e89e835cf5877de174f3020ae847a24080a7ac14 (diff) |
Fix iOS7 issue with map tiles disappearing
Fixes #153
-rw-r--r-- | src/css/fms.css | 4 |
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 |