diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-08 17:28:45 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-08 17:28:45 +0100 |
commit | 34ce9bfc8bcc7aacaf6cc70928c932923b517d21 (patch) | |
tree | 7ad3f6f6c428a26aef11ab155137261ce3e4a4b8 | |
parent | ba1c8b4193a4cca5c02e10af44025ad71b9ca052 (diff) |
make map fixed position so it does not scroll about the screen on long pages
-rw-r--r-- | www/css/fms.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index d991012..99d5838 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -385,7 +385,7 @@ #map_box{ background-color: rgba(0,0,0,0); - position:absolute; + position: fixed; top: 45px, left: 0, right: 0, bottom: 0; padding: 0px; display:block; |