diff options
author | Struan Donald <struan@exo.org.uk> | 2012-06-07 11:09:59 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-06-07 11:09:59 +0100 |
commit | 3728bee050e1a164f289dd156907804ffd8b39e8 (patch) | |
tree | 4ae40e0d8004ec8826a909b01ce89f5a4799640d | |
parent | 8e59806ba340b51ab006c6b2975a80cde577899e (diff) |
mobile-nav-banner should be fixed and not mobile-map-banner as that breaks around page
-rw-r--r-- | www/css/mobile.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/css/mobile.css b/www/css/mobile.css index 4c97ea2..4ba7237 100644 --- a/www/css/mobile.css +++ b/www/css/mobile.css @@ -9,6 +9,7 @@ } .mobile-nav-banner { + position: fixed; background: black; } @@ -67,10 +68,6 @@ bottom: 0.3em; } -.mobile-map-banner { - position: fixed; -} - .mobile-header { margin-top: 35px; } |