aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/map-OpenLayers.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-07-09 11:47:30 +0100
committerStruan Donald <struan@exo.org.uk>2013-07-09 11:47:30 +0100
commitb3f1120aceba218ce0f38299bb266acad7aba659 (patch)
tree6ebe7517a60eb3fbddcf8d80c07a5e856b28e8d7 /www/js/map-OpenLayers.js
parent8f0f3492715229dbaa0a2e0d4760559a39b6d1ec (diff)
set map to fixed in JS as well as css
Diffstat (limited to 'www/js/map-OpenLayers.js')
-rw-r--r--www/js/map-OpenLayers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/map-OpenLayers.js b/www/js/map-OpenLayers.js
index 7a4b2cb..cc0a697 100644
--- a/www/js/map-OpenLayers.js
+++ b/www/js/map-OpenLayers.js
@@ -207,7 +207,7 @@ function show_map(event) {
footer = $('[data-role=footer]').height(),
content = screen - header - footer;
$('#map_box').css({
- position: 'absolute',
+ position: 'fixed',
top: 45, left: 0, right: 0, bottom: 0,
height: content,
margin: 0